Html Css Color HEX #D08A25 Dixie

📋 copy color: '#D08A25'

red 208 ◦ green 138 ◦ blue 37

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

Shades of Dixie #D08A25

Tints of Dixie #D08A25

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.03%

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

R = 54.31%
G = 36.03%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D08A25 (or 0xD08A25) is known color: Dixie. HEX triplet: D0, 8A and 25. RGB value is (208,138,37). Sum of RGB (Red+Green+Blue) = 208+138+37=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A25 is #2F75DA. Grayscale: #939393. Windows color (decimal): -3110363 or 2460368. OLE color: 2460368.

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

Color convert

RGB 208 138 37 -
CMYK 0 0.34 0.82 0.18
HSL 35.44º 0.7% 0.48% -
HSV(B) 35.44º 0.82% 0.82% -
XYZ 35.43 31.72 6.01 -
YUV 147.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 208 138 37 0 0.34 0.82 0.18 35.44 0.7 0.48
Hex D0 8A 25 0 22 52 12 23 46 30
Octal 320 212 45 0 42 122 22 43 106 60
Binary 11010000 10001010 100101 0 100010 1010010 10010 100011 1000110 110000

Color Harmonies of #D08A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A25

Black with #D08A25

Text Example


Text Example

White with #D08A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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