Html Css Color HEX #D88330 Dixie

📋 copy color: '#D88330'

red 216 ◦ green 131 ◦ blue 48

#D88330
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dixie #D88330

Tints of Dixie #D88330

RGB

 RED value IS 216 (84.77% from 255) = 54.68%

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 48 (19.14% from 255) = 12.15%

R = 54.68%
G = 33.16%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D88330 (or 0xD88330) is known color: Dixie. HEX triplet: D8, 83 and 30. RGB value is (216,131,48). Sum of RGB (Red+Green+Blue) = 216+131+48=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D88330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88330 is #277CCF. Grayscale: #939393. Windows color (decimal): -2587856 or 3179480. OLE color: 3179480.

HSL color Cylindrical-coordinate representation of color #D88330: hue angle of 29.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D88330 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 131 48 -
CMYK 0 0.39 0.78 0.15
HSL 29.64º 0.68% 0.52% -
HSV(B) 29.64º 0.78% 0.85% -
XYZ 36.97 31.04 6.84 -
YUV 146.95 72.16 177.25 -
System Red Green Blue C M Y K H S L
Decimal 216 131 48 0 0.39 0.78 0.15 29.64 0.68 0.52
Hex D8 83 30 0 27 4E F 1E 44 34
Octal 330 203 60 0 47 116 17 36 104 64
Binary 11011000 10000011 110000 0 100111 1001110 1111 11110 1000100 110100

Color Harmonies of #D88330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88330

Black with #D88330

Text Example


Text Example

White with #D88330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88330; }

 p { color: rgb(216,131,48); }

 H1.HeaderClassName
 {
   color: #D88330;
 }
 .AnyTagClassName
 {
   color: #D88330;
 }
</style>

background-color css

<style>
 a { background-color: #D88330; }

 a { background-color: rgb(216,131,48); }

 div.DivClassName
 {
   background-color: #D88330;
 }
 .BgClassName
 {
   background-color: #D88330;
 }
</style>

border-color css

<style>
 span { border-color: #D88330; }

 span { border-color: rgb(216,131,48); }

 td.TdClassName
 {
   border-color: #D88330;
 }
 .TagClassName
 {
   border-color: #D88330;
 }
</style>