Html Css Color HEX #DB8226 Dixie

📋 copy color: '#DB8226'

red 219 ◦ green 130 ◦ blue 38

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

Shades of Dixie #DB8226

Tints of Dixie #DB8226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.82%

R = 56.59%
G = 33.59%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB8226 (or 0xDB8226) is known color: Dixie. HEX triplet: DB, 82 and 26. RGB value is (219,130,38). Sum of RGB (Red+Green+Blue) = 219+130+38=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8226 is #247DD9. Grayscale: #929292. Windows color (decimal): -2391514 or 2523867. OLE color: 2523867.

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

Color convert

RGB 219 130 38 -
CMYK 0 0.41 0.83 0.14
HSL 30.5º 0.72% 0.5% -
HSV(B) 30.5º 0.83% 0.86% -
XYZ 37.55 31.17 5.87 -
YUV 146.12 66.99 179.98 -
System Red Green Blue C M Y K H S L
Decimal 219 130 38 0 0.41 0.83 0.14 30.5 0.72 0.5
Hex DB 82 26 0 29 53 E 1E 48 32
Octal 333 202 46 0 51 123 16 36 110 62
Binary 11011011 10000010 100110 0 101001 1010011 1110 11110 1001000 110010

Color Harmonies of #DB8226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8226

Black with #DB8226

Text Example


Text Example

White with #DB8226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8226; }

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

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

background-color css

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

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

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

border-color css

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

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

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