Html Css Color HEX #D08725 Dixie

📋 copy color: '#D08725'

red 208 ◦ green 135 ◦ blue 37

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

Shades of Dixie #D08725

Tints of Dixie #D08725

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.53%

 BLUE value IS 37 (14.84% from 255) = 9.74%

R = 54.74%
G = 35.53%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D08725 (or 0xD08725) is known color: Dixie. HEX triplet: D0, 87 and 25. RGB value is (208,135,37). Sum of RGB (Red+Green+Blue) = 208+135+37=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D08725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08725 is #2F78DA. Grayscale: #929292. Windows color (decimal): -3111131 or 2459600. OLE color: 2459600.

HSL color Cylindrical-coordinate representation of color #D08725: hue angle of 34.39º degrees, saturation: 0.7, 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 #D08725 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 37 -
CMYK 0 0.35 0.82 0.18
HSL 34.39º 0.7% 0.48% -
HSV(B) 34.39º 0.82% 0.82% -
XYZ 35.01 30.87 5.86 -
YUV 145.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 208 135 37 0 0.35 0.82 0.18 34.39 0.7 0.48
Hex D0 87 25 0 23 52 12 22 46 30
Octal 320 207 45 0 43 122 22 42 106 60
Binary 11010000 10000111 100101 0 100011 1010010 10010 100010 1000110 110000

Color Harmonies of #D08725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08725

Black with #D08725

Text Example


Text Example

White with #D08725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08725; }

 p { color: rgb(208,135,37); }

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

background-color css

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

 a { background-color: rgb(208,135,37); }

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

border-color css

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

 span { border-color: rgb(208,135,37); }

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