Html Css Color HEX #D08433 Dixie

📋 copy color: '#D08433'

red 208 ◦ green 132 ◦ blue 51

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

Shades of Dixie #D08433

Tints of Dixie #D08433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.04%

R = 53.2%
G = 33.76%
B = 13.04%

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

#D08433 (or 0xD08433) is known color: Dixie. HEX triplet: D0, 84 and 33. RGB value is (208,132,51). Sum of RGB (Red+Green+Blue) = 208+132+51=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D08433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08433 is #2F7BCC. Grayscale: #919191. Windows color (decimal): -3111885 or 3376336. OLE color: 3376336.

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

Color convert

RGB 208 132 51 -
CMYK 0 0.37 0.75 0.18
HSL 30.96º 0.63% 0.51% -
HSV(B) 30.96º 0.75% 0.82% -
XYZ 34.86 30.15 7.11 -
YUV 145.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 208 132 51 0 0.37 0.75 0.18 30.96 0.63 0.51
Hex D0 84 33 0 25 4B 12 1F 3F 33
Octal 320 204 63 0 45 113 22 37 77 63
Binary 11010000 10000100 110011 0 100101 1001011 10010 11111 111111 110011

Color Harmonies of #D08433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08433

Black with #D08433

Text Example


Text Example

White with #D08433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08433; }

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

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

background-color css

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

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

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

border-color css

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

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

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