Html Css Color HEX #D08529 Dixie

📋 copy color: '#D08529'

red 208 ◦ green 133 ◦ blue 41

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

Shades of Dixie #D08529

Tints of Dixie #D08529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.73%

R = 54.45%
G = 34.82%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D08529 (or 0xD08529) is known color: Dixie. HEX triplet: D0, 85 and 29. RGB value is (208,133,41). Sum of RGB (Red+Green+Blue) = 208+133+41=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D08529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08529 is #2F7AD6. Grayscale: #919191. Windows color (decimal): -3111639 or 2721232. OLE color: 2721232.

HSL color Cylindrical-coordinate representation of color #D08529: hue angle of 33.05º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D08529 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 133 41 -
CMYK 0 0.36 0.80 0.18
HSL 33.05º 0.67% 0.49% -
HSV(B) 33.05º 0.8% 0.82% -
XYZ 34.8 30.35 6.12 -
YUV 144.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 208 133 41 0 0.36 0.80 0.18 33.05 0.67 0.49
Hex D0 85 29 0 24 50 12 21 43 31
Octal 320 205 51 0 44 120 22 41 103 61
Binary 11010000 10000101 101001 0 100100 1010000 10010 100001 1000011 110001

Color Harmonies of #D08529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08529

Black with #D08529

Text Example


Text Example

White with #D08529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08529; }

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

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

background-color css

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

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

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

border-color css

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

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

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