Html Css Color HEX #D08927 Dixie

📋 copy color: '#D08927'

red 208 ◦ green 137 ◦ blue 39

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

Shades of Dixie #D08927

Tints of Dixie #D08927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.16%

R = 54.17%
G = 35.68%
B = 10.16%

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

#D08927 (or 0xD08927) is known color: Dixie. HEX triplet: D0, 89 and 27. RGB value is (208,137,39). Sum of RGB (Red+Green+Blue) = 208+137+39=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D08927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08927 is #2F76D8. Grayscale: #939393. Windows color (decimal): -3110617 or 2591184. OLE color: 2591184.

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

Color convert

RGB 208 137 39 -
CMYK 0 0.34 0.81 0.18
HSL 34.79º 0.68% 0.48% -
HSV(B) 34.79º 0.81% 0.82% -
XYZ 35.32 31.45 6.13 -
YUV 147.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 208 137 39 0 0.34 0.81 0.18 34.79 0.68 0.48
Hex D0 89 27 0 22 51 12 23 44 30
Octal 320 211 47 0 42 121 22 43 104 60
Binary 11010000 10001001 100111 0 100010 1010001 10010 100011 1000100 110000

Color Harmonies of #D08927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08927

Black with #D08927

Text Example


Text Example

White with #D08927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08927; }

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

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

background-color css

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

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

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

border-color css

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

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

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