Html Css Color HEX #D08924 Dixie

📋 copy color: '#D08924'

red 208 ◦ green 137 ◦ blue 36

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

Shades of Dixie #D08924

Tints of Dixie #D08924

RGB

 RED value IS 208 (81.64% from 255) = 54.59%

 GREEN value IS 137 (53.91% from 255) = 35.96%

 BLUE value IS 36 (14.45% from 255) = 9.45%

R = 54.59%
G = 35.96%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D08924 (or 0xD08924) is known color: Dixie. HEX triplet: D0, 89 and 24. RGB value is (208,137,36). Sum of RGB (Red+Green+Blue) = 208+137+36=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D08924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08924 is #2F76DB. Grayscale: #939393. Windows color (decimal): -3110620 or 2394576. OLE color: 2394576.

HSL color Cylindrical-coordinate representation of color #D08924: hue angle of 35.23º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D08924 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 36 -
CMYK 0 0.34 0.83 0.18
HSL 35.23º 0.7% 0.48% -
HSV(B) 35.23º 0.83% 0.82% -
XYZ 35.28 31.43 5.88 -
YUV 146.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 208 137 36 0 0.34 0.83 0.18 35.23 0.7 0.48
Hex D0 89 24 0 22 53 12 23 46 30
Octal 320 211 44 0 42 123 22 43 106 60
Binary 11010000 10001001 100100 0 100010 1010011 10010 100011 1000110 110000

Color Harmonies of #D08924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08924

Black with #D08924

Text Example


Text Example

White with #D08924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08924; }

 p { color: rgb(208,137,36); }

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

background-color css

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

 a { background-color: rgb(208,137,36); }

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

border-color css

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

 span { border-color: rgb(208,137,36); }

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