Html Css Color HEX #DB6038 Chilean Fire

📋 copy color: '#DB6038'

red 219 ◦ green 96 ◦ blue 56

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

Shades of Chilean Fire #DB6038

Tints of Chilean Fire #DB6038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.88%

 BLUE value IS 56 (22.27% from 255) = 15.09%

R = 59.03%
G = 25.88%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB6038 (or 0xDB6038) is known color: Chilean Fire. HEX triplet: DB, 60 and 38. RGB value is (219,96,56). Sum of RGB (Red+Green+Blue) = 219+96+56=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6038 is #249FC7. Grayscale: #808080. Windows color (decimal): -2400200 or 3694811. OLE color: 3694811.

HSL color Cylindrical-coordinate representation of color #DB6038: hue angle of 14.72º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB6038 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 96 56 -
CMYK 0 0.56 0.74 0.14
HSL 14.72º 0.69% 0.54% -
HSV(B) 14.72º 0.74% 0.86% -
XYZ 34.11 23.71 6.52 -
YUV 128.22 87.25 192.75 -
System Red Green Blue C M Y K H S L
Decimal 219 96 56 0 0.56 0.74 0.14 14.72 0.69 0.54
Hex DB 60 38 0 38 4A E F 45 36
Octal 333 140 70 0 70 112 16 17 105 66
Binary 11011011 1100000 111000 0 111000 1001010 1110 1111 1000101 110110

Color Harmonies of #DB6038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6038

Black with #DB6038

Text Example


Text Example

White with #DB6038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6038; }

 p { color: rgb(219,96,56); }

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

background-color css

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

 a { background-color: rgb(219,96,56); }

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

border-color css

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

 span { border-color: rgb(219,96,56); }

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