Html Css Color HEX #D08934 Dixie

📋 copy color: '#D08934'

red 208 ◦ green 137 ◦ blue 52

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

Shades of Dixie #D08934

Tints of Dixie #D08934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

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

R = 52.39%
G = 34.51%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D08934 (or 0xD08934) is known color: Dixie. HEX triplet: D0, 89 and 34. RGB value is (208,137,52). Sum of RGB (Red+Green+Blue) = 208+137+52=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D08934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08934 is #2F76CB. Grayscale: #949494. Windows color (decimal): -3110604 or 3443152. OLE color: 3443152.

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

Color convert

RGB 208 137 52 -
CMYK 0 0.34 0.75 0.18
HSL 32.69º 0.62% 0.51% -
HSV(B) 32.69º 0.75% 0.82% -
XYZ 35.58 31.55 7.46 -
YUV 148.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 208 137 52 0 0.34 0.75 0.18 32.69 0.62 0.51
Hex D0 89 34 0 22 4B 12 21 3E 33
Octal 320 211 64 0 42 113 22 41 76 63
Binary 11010000 10001001 110100 0 100010 1001011 10010 100001 111110 110011

Color Harmonies of #D08934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08934

Black with #D08934

Text Example


Text Example

White with #D08934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08934; }

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

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

background-color css

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

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

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

border-color css

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

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

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