Html Css Color HEX #D08434 Dixie

📋 copy color: '#D08434'

red 208 ◦ green 132 ◦ blue 52

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

Shades of Dixie #D08434

Tints of Dixie #D08434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.67%

 BLUE value IS 52 (20.7% from 255) = 13.27%

R = 53.06%
G = 33.67%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D08434 (or 0xD08434) is known color: Dixie. HEX triplet: D0, 84 and 34. RGB value is (208,132,52). Sum of RGB (Red+Green+Blue) = 208+132+52=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D08434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08434 is #2F7BCB. Grayscale: #929292. Windows color (decimal): -3111884 or 3441872. OLE color: 3441872.

HSL color Cylindrical-coordinate representation of color #D08434: hue angle of 30.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D08434 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 52 -
CMYK 0 0.37 0.75 0.18
HSL 30.77º 0.62% 0.51% -
HSV(B) 30.77º 0.75% 0.82% -
XYZ 34.88 30.16 7.23 -
YUV 145.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 208 132 52 0 0.37 0.75 0.18 30.77 0.62 0.51
Hex D0 84 34 0 25 4B 12 1F 3E 33
Octal 320 204 64 0 45 113 22 37 76 63
Binary 11010000 10000100 110100 0 100101 1001011 10010 11111 111110 110011

Color Harmonies of #D08434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08434

Black with #D08434

Text Example


Text Example

White with #D08434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08434; }

 p { color: rgb(208,132,52); }

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

background-color css

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

 a { background-color: rgb(208,132,52); }

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

border-color css

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

 span { border-color: rgb(208,132,52); }

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