Html Css Color HEX #DB8227 Dixie

📋 copy color: '#DB8227'

red 219 ◦ green 130 ◦ blue 39

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

Shades of Dixie #DB8227

Tints of Dixie #DB8227

RGB

 RED value IS 219 (85.94% from 255) = 56.44%

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

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

R = 56.44%
G = 33.51%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB8227 (or 0xDB8227) is known color: Dixie. HEX triplet: DB, 82 and 27. RGB value is (219,130,39). Sum of RGB (Red+Green+Blue) = 219+130+39=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8227 is #247DD8. Grayscale: #929292. Windows color (decimal): -2391513 or 2589403. OLE color: 2589403.

HSL color Cylindrical-coordinate representation of color #DB8227: hue angle of 30.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB8227 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 130 39 -
CMYK 0 0.41 0.82 0.14
HSL 30.33º 0.71% 0.51% -
HSV(B) 30.33º 0.82% 0.86% -
XYZ 37.56 31.17 5.96 -
YUV 146.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 219 130 39 0 0.41 0.82 0.14 30.33 0.71 0.51
Hex DB 82 27 0 29 52 E 1E 47 33
Octal 333 202 47 0 51 122 16 36 107 63
Binary 11011011 10000010 100111 0 101001 1010010 1110 11110 1000111 110011

Color Harmonies of #DB8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8227

Black with #DB8227

Text Example


Text Example

White with #DB8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8227; }

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

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

background-color css

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

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

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

border-color css

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

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

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