Html Css Color HEX #DB8129 Dixie

📋 copy color: '#DB8129'

red 219 ◦ green 129 ◦ blue 41

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

Shades of Dixie #DB8129

Tints of Dixie #DB8129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

 BLUE value IS 41 (16.41% from 255) = 10.54%

R = 56.3%
G = 33.16%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB8129 (or 0xDB8129) is known color: Dixie. HEX triplet: DB, 81 and 29. RGB value is (219,129,41). Sum of RGB (Red+Green+Blue) = 219+129+41=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8129 is #247ED6. Grayscale: #929292. Windows color (decimal): -2391767 or 2720219. OLE color: 2720219.

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

Color convert

RGB 219 129 41 -
CMYK 0 0.41 0.81 0.14
HSL 29.66º 0.71% 0.51% -
HSV(B) 29.66º 0.81% 0.86% -
XYZ 37.46 30.92 6.09 -
YUV 145.88 68.82 180.16 -
System Red Green Blue C M Y K H S L
Decimal 219 129 41 0 0.41 0.81 0.14 29.66 0.71 0.51
Hex DB 81 29 0 29 51 E 1E 47 33
Octal 333 201 51 0 51 121 16 36 107 63
Binary 11011011 10000001 101001 0 101001 1010001 1110 11110 1000111 110011

Color Harmonies of #DB8129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8129

Black with #DB8129

Text Example


Text Example

White with #DB8129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8129; }

 p { color: rgb(219,129,41); }

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

background-color css

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

 a { background-color: rgb(219,129,41); }

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

border-color css

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

 span { border-color: rgb(219,129,41); }

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