Html Css Color HEX #D08327 Dixie

📋 copy color: '#D08327'

red 208 ◦ green 131 ◦ blue 39

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

Shades of Dixie #D08327

Tints of Dixie #D08327

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

 BLUE value IS 39 (15.63% from 255) = 10.32%

R = 55.03%
G = 34.66%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D08327 (or 0xD08327) is known color: Dixie. HEX triplet: D0, 83 and 27. RGB value is (208,131,39). Sum of RGB (Red+Green+Blue) = 208+131+39=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D08327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08327 is #2F7CD8. Grayscale: #8F8F8F. Windows color (decimal): -3112153 or 2589648. OLE color: 2589648.

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

Color convert

RGB 208 131 39 -
CMYK 0 0.37 0.81 0.18
HSL 32.66º 0.68% 0.48% -
HSV(B) 32.66º 0.81% 0.82% -
XYZ 34.49 29.79 5.85 -
YUV 143.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 208 131 39 0 0.37 0.81 0.18 32.66 0.68 0.48
Hex D0 83 27 0 25 51 12 21 44 30
Octal 320 203 47 0 45 121 22 41 104 60
Binary 11010000 10000011 100111 0 100101 1010001 10010 100001 1000100 110000

Color Harmonies of #D08327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08327

Black with #D08327

Text Example


Text Example

White with #D08327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08327; }

 p { color: rgb(208,131,39); }

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

background-color css

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

 a { background-color: rgb(208,131,39); }

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

border-color css

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

 span { border-color: rgb(208,131,39); }

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