Html Css Color HEX #DB5629 Chilean Fire

📋 copy color: '#DB5629'

red 219 ◦ green 86 ◦ blue 41

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

Shades of Chilean Fire #DB5629

Tints of Chilean Fire #DB5629

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.86%

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

R = 63.29%
G = 24.86%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB5629 (or 0xDB5629) is known color: Chilean Fire. HEX triplet: DB, 56 and 29. RGB value is (219,86,41). Sum of RGB (Red+Green+Blue) = 219+86+41=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5629 is #24A9D6. Grayscale: #787878. Windows color (decimal): -2402775 or 2709211. OLE color: 2709211.

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

Color convert

RGB 219 86 41 -
CMYK 0 0.61 0.81 0.14
HSL 15.17º 0.71% 0.51% -
HSV(B) 15.17º 0.81% 0.86% -
XYZ 32.94 21.88 4.58 -
YUV 120.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 219 86 41 0 0.61 0.81 0.14 15.17 0.71 0.51
Hex DB 56 29 0 3D 51 E F 47 33
Octal 333 126 51 0 75 121 16 17 107 63
Binary 11011011 1010110 101001 0 111101 1010001 1110 1111 1000111 110011

Color Harmonies of #DB5629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5629

Black with #DB5629

Text Example


Text Example

White with #DB5629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5629; }

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

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

background-color css

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

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

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

border-color css

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

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

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