Html Css Color HEX #D08928 Dixie

📋 copy color: '#D08928'

red 208 ◦ green 137 ◦ blue 40

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

Shades of Dixie #D08928

Tints of Dixie #D08928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.39%

R = 54.03%
G = 35.58%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D08928 (or 0xD08928) is known color: Dixie. HEX triplet: D0, 89 and 28. RGB value is (208,137,40). Sum of RGB (Red+Green+Blue) = 208+137+40=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D08928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08928 is #2F76D7. Grayscale: #939393. Windows color (decimal): -3110616 or 2656720. OLE color: 2656720.

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

Color convert

RGB 208 137 40 -
CMYK 0 0.34 0.81 0.18
HSL 34.64º 0.68% 0.49% -
HSV(B) 34.64º 0.81% 0.82% -
XYZ 35.34 31.45 6.22 -
YUV 147.17 67.52 171.39 -
System Red Green Blue C M Y K H S L
Decimal 208 137 40 0 0.34 0.81 0.18 34.64 0.68 0.49
Hex D0 89 28 0 22 51 12 23 44 31
Octal 320 211 50 0 42 121 22 43 104 61
Binary 11010000 10001001 101000 0 100010 1010001 10010 100011 1000100 110001

Color Harmonies of #D08928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08928

Black with #D08928

Text Example


Text Example

White with #D08928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08928; }

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

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

background-color css

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

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

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

border-color css

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

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

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