Html Css Color HEX #DB5622 Chilean Fire

📋 copy color: '#DB5622'

red 219 ◦ green 86 ◦ blue 34

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

Shades of Chilean Fire #DB5622

Tints of Chilean Fire #DB5622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.03%

R = 64.6%
G = 25.37%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB5622 (or 0xDB5622) is known color: Chilean Fire. HEX triplet: DB, 56 and 22. RGB value is (219,86,34). Sum of RGB (Red+Green+Blue) = 219+86+34=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5622 is #24A9DD. Grayscale: #787878. Windows color (decimal): -2402782 or 2250459. OLE color: 2250459.

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

Color convert

RGB 219 86 34 -
CMYK 0 0.61 0.84 0.14
HSL 16.86º 0.73% 0.5% -
HSV(B) 16.86º 0.84% 0.86% -
XYZ 32.83 21.83 4 -
YUV 119.84 79.56 198.73 -
System Red Green Blue C M Y K H S L
Decimal 219 86 34 0 0.61 0.84 0.14 16.86 0.73 0.5
Hex DB 56 22 0 3D 54 E 11 49 32
Octal 333 126 42 0 75 124 16 21 111 62
Binary 11011011 1010110 100010 0 111101 1010100 1110 10001 1001001 110010

Color Harmonies of #DB5622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5622

Black with #DB5622

Text Example


Text Example

White with #DB5622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5622; }

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

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

background-color css

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

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

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

border-color css

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

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

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