Html Css Color HEX #D08534 Dixie

📋 copy color: '#D08534'

red 208 ◦ green 133 ◦ blue 52

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

Shades of Dixie #D08534

Tints of Dixie #D08534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.84%

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

R = 52.93%
G = 33.84%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D08534 (or 0xD08534) is known color: Dixie. HEX triplet: D0, 85 and 34. RGB value is (208,133,52). Sum of RGB (Red+Green+Blue) = 208+133+52=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D08534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08534 is #2F7ACB. Grayscale: #929292. Windows color (decimal): -3111628 or 3442128. OLE color: 3442128.

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

Color convert

RGB 208 133 52 -
CMYK 0 0.36 0.75 0.18
HSL 31.15º 0.62% 0.51% -
HSV(B) 31.15º 0.75% 0.82% -
XYZ 35.02 30.43 7.28 -
YUV 146.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 208 133 52 0 0.36 0.75 0.18 31.15 0.62 0.51
Hex D0 85 34 0 24 4B 12 1F 3E 33
Octal 320 205 64 0 44 113 22 37 76 63
Binary 11010000 10000101 110100 0 100100 1001011 10010 11111 111110 110011

Color Harmonies of #D08534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08534

Black with #D08534

Text Example


Text Example

White with #D08534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08534; }

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

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

background-color css

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

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

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

border-color css

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

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

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