Html Css Color HEX #D08028 Dixie

📋 copy color: '#D08028'

red 208 ◦ green 128 ◦ blue 40

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

Shades of Dixie #D08028

Tints of Dixie #D08028

RGB

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

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

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

R = 55.32%
G = 34.04%
B = 10.64%

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

#D08028 (or 0xD08028) is known color: Dixie. HEX triplet: D0, 80 and 28. RGB value is (208,128,40). Sum of RGB (Red+Green+Blue) = 208+128+40=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D08028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08028 is #2F7FD7. Grayscale: #8E8E8E. Windows color (decimal): -3112920 or 2654416. OLE color: 2654416.

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

Color convert

RGB 208 128 40 -
CMYK 0 0.38 0.81 0.18
HSL 31.43º 0.68% 0.49% -
HSV(B) 31.43º 0.81% 0.82% -
XYZ 34.11 29 5.81 -
YUV 141.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 208 128 40 0 0.38 0.81 0.18 31.43 0.68 0.49
Hex D0 80 28 0 26 51 12 1F 44 31
Octal 320 200 50 0 46 121 22 37 104 61
Binary 11010000 10000000 101000 0 100110 1010001 10010 11111 1000100 110001

Color Harmonies of #D08028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08028

Black with #D08028

Text Example


Text Example

White with #D08028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08028; }

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

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

background-color css

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

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

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

border-color css

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

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

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