Html Css Color HEX #D08027 Dixie

📋 copy color: '#D08027'

red 208 ◦ green 128 ◦ blue 39

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

Shades of Dixie #D08027

Tints of Dixie #D08027

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 55.47%
G = 34.13%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D08027 (or 0xD08027) is known color: Dixie. HEX triplet: D0, 80 and 27. RGB value is (208,128,39). Sum of RGB (Red+Green+Blue) = 208+128+39=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D08027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08027 is #2F7FD8. Grayscale: #8E8E8E. Windows color (decimal): -3112921 or 2588880. OLE color: 2588880.

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

Color convert

RGB 208 128 39 -
CMYK 0 0.38 0.81 0.18
HSL 31.6º 0.68% 0.48% -
HSV(B) 31.6º 0.81% 0.82% -
XYZ 34.1 28.99 5.72 -
YUV 141.77 70 175.24 -
System Red Green Blue C M Y K H S L
Decimal 208 128 39 0 0.38 0.81 0.18 31.6 0.68 0.48
Hex D0 80 27 0 26 51 12 20 44 30
Octal 320 200 47 0 46 121 22 40 104 60
Binary 11010000 10000000 100111 0 100110 1010001 10010 100000 1000100 110000

Color Harmonies of #D08027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08027

Black with #D08027

Text Example


Text Example

White with #D08027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08027; }

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

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

background-color css

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

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

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

border-color css

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

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

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