Html Css Color HEX #D08A27 Dixie

📋 copy color: '#D08A27'

red 208 ◦ green 138 ◦ blue 39

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

Shades of Dixie #D08A27

Tints of Dixie #D08A27

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

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

R = 54.03%
G = 35.84%
B = 10.13%

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

#D08A27 (or 0xD08A27) is known color: Dixie. HEX triplet: D0, 8A and 27. RGB value is (208,138,39). Sum of RGB (Red+Green+Blue) = 208+138+39=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A27 is #2F75D8. Grayscale: #949494. Windows color (decimal): -3110361 or 2591440. OLE color: 2591440.

HSL color Cylindrical-coordinate representation of color #D08A27: hue angle of 35.15º 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 #D08A27 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 39 -
CMYK 0 0.34 0.81 0.18
HSL 35.15º 0.68% 0.48% -
HSV(B) 35.15º 0.81% 0.82% -
XYZ 35.47 31.73 6.18 -
YUV 147.64 66.69 171.05 -
System Red Green Blue C M Y K H S L
Decimal 208 138 39 0 0.34 0.81 0.18 35.15 0.68 0.48
Hex D0 8A 27 0 22 51 12 23 44 30
Octal 320 212 47 0 42 121 22 43 104 60
Binary 11010000 10001010 100111 0 100010 1010001 10010 100011 1000100 110000

Color Harmonies of #D08A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A27

Black with #D08A27

Text Example


Text Example

White with #D08A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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