Html Css Color HEX #D08334 Dixie

📋 copy color: '#D08334'

red 208 ◦ green 131 ◦ blue 52

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

Shades of Dixie #D08334

Tints of Dixie #D08334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

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

R = 53.2%
G = 33.5%
B = 13.3%

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

#D08334 (or 0xD08334) is known color: Dixie. HEX triplet: D0, 83 and 34. RGB value is (208,131,52). Sum of RGB (Red+Green+Blue) = 208+131+52=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D08334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08334 is #2F7CCB. Grayscale: #919191. Windows color (decimal): -3112140 or 3441616. OLE color: 3441616.

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

Color convert

RGB 208 131 52 -
CMYK 0 0.37 0.75 0.18
HSL 30.38º 0.62% 0.51% -
HSV(B) 30.38º 0.75% 0.82% -
XYZ 34.75 29.89 7.19 -
YUV 145.02 75.51 172.92 -
System Red Green Blue C M Y K H S L
Decimal 208 131 52 0 0.37 0.75 0.18 30.38 0.62 0.51
Hex D0 83 34 0 25 4B 12 1E 3E 33
Octal 320 203 64 0 45 113 22 36 76 63
Binary 11010000 10000011 110100 0 100101 1001011 10010 11110 111110 110011

Color Harmonies of #D08334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08334

Black with #D08334

Text Example


Text Example

White with #D08334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08334; }

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

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

background-color css

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

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

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

border-color css

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

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

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