Html Css Color HEX #D08526 Dixie

📋 copy color: '#D08526'

red 208 ◦ green 133 ◦ blue 38

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

Shades of Dixie #D08526

Tints of Dixie #D08526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.03%

R = 54.88%
G = 35.09%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D08526 (or 0xD08526) is known color: Dixie. HEX triplet: D0, 85 and 26. RGB value is (208,133,38). Sum of RGB (Red+Green+Blue) = 208+133+38=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D08526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08526 is #2F7AD9. Grayscale: #919191. Windows color (decimal): -3111642 or 2524624. OLE color: 2524624.

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

Color convert

RGB 208 133 38 -
CMYK 0 0.36 0.82 0.18
HSL 33.53º 0.69% 0.48% -
HSV(B) 33.53º 0.82% 0.82% -
XYZ 34.75 30.32 5.86 -
YUV 144.6 67.85 173.22 -
System Red Green Blue C M Y K H S L
Decimal 208 133 38 0 0.36 0.82 0.18 33.53 0.69 0.48
Hex D0 85 26 0 24 52 12 22 45 30
Octal 320 205 46 0 44 122 22 42 105 60
Binary 11010000 10000101 100110 0 100100 1010010 10010 100010 1000101 110000

Color Harmonies of #D08526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08526

Black with #D08526

Text Example


Text Example

White with #D08526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08526; }

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

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

background-color css

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

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

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

border-color css

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

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

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