Html Css Color HEX #D08128 Dixie

📋 copy color: '#D08128'

red 208 ◦ green 129 ◦ blue 40

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

Shades of Dixie #D08128

Tints of Dixie #D08128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

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

R = 55.17%
G = 34.22%
B = 10.61%

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

#D08128 (or 0xD08128) is known color: Dixie. HEX triplet: D0, 81 and 28. RGB value is (208,129,40). Sum of RGB (Red+Green+Blue) = 208+129+40=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D08128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08128 is #2F7ED7. Grayscale: #8E8E8E. Windows color (decimal): -3112664 or 2654672. OLE color: 2654672.

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

Color convert

RGB 208 129 40 -
CMYK 0 0.38 0.81 0.18
HSL 31.79º 0.68% 0.49% -
HSV(B) 31.79º 0.81% 0.82% -
XYZ 34.25 29.26 5.85 -
YUV 142.48 70.17 174.74 -
System Red Green Blue C M Y K H S L
Decimal 208 129 40 0 0.38 0.81 0.18 31.79 0.68 0.49
Hex D0 81 28 0 26 51 12 20 44 31
Octal 320 201 50 0 46 121 22 40 104 61
Binary 11010000 10000001 101000 0 100110 1010001 10010 100000 1000100 110001

Color Harmonies of #D08128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08128

Black with #D08128

Text Example


Text Example

White with #D08128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08128; }

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

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

background-color css

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

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

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

border-color css

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

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

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