Html Css Color HEX #D08227 Dixie

📋 copy color: '#D08227'

red 208 ◦ green 130 ◦ blue 39

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

Shades of Dixie #D08227

Tints of Dixie #D08227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

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

R = 55.17%
G = 34.48%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D08227 (or 0xD08227) is known color: Dixie. HEX triplet: D0, 82 and 27. RGB value is (208,130,39). Sum of RGB (Red+Green+Blue) = 208+130+39=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D08227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08227 is #2F7DD8. Grayscale: #8F8F8F. Windows color (decimal): -3112409 or 2589392. OLE color: 2589392.

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

Color convert

RGB 208 130 39 -
CMYK 0 0.38 0.81 0.18
HSL 32.31º 0.68% 0.48% -
HSV(B) 32.31º 0.81% 0.82% -
XYZ 34.36 29.52 5.81 -
YUV 142.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 208 130 39 0 0.38 0.81 0.18 32.31 0.68 0.48
Hex D0 82 27 0 26 51 12 20 44 30
Octal 320 202 47 0 46 121 22 40 104 60
Binary 11010000 10000010 100111 0 100110 1010001 10010 100000 1000100 110000

Color Harmonies of #D08227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08227

Black with #D08227

Text Example


Text Example

White with #D08227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08227; }

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

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

background-color css

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

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

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

border-color css

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

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

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