Html Css Color HEX #DB5633 Chilean Fire

📋 copy color: '#DB5633'

red 219 ◦ green 86 ◦ blue 51

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

Shades of Chilean Fire #DB5633

Tints of Chilean Fire #DB5633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.33%

R = 61.52%
G = 24.16%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB5633 (or 0xDB5633) is known color: Chilean Fire. HEX triplet: DB, 56 and 33. RGB value is (219,86,51). Sum of RGB (Red+Green+Blue) = 219+86+51=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5633 is #24A9CC. Grayscale: #7A7A7A. Windows color (decimal): -2402765 or 3364571. OLE color: 3364571.

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

Color convert

RGB 219 86 51 -
CMYK 0 0.61 0.77 0.14
HSL 12.5º 0.7% 0.53% -
HSV(B) 12.5º 0.77% 0.86% -
XYZ 33.14 21.95 5.62 -
YUV 121.78 88.06 197.35 -
System Red Green Blue C M Y K H S L
Decimal 219 86 51 0 0.61 0.77 0.14 12.5 0.7 0.53
Hex DB 56 33 0 3D 4D E C 46 35
Octal 333 126 63 0 75 115 16 14 106 65
Binary 11011011 1010110 110011 0 111101 1001101 1110 1100 1000110 110101

Color Harmonies of #DB5633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5633

Black with #DB5633

Text Example


Text Example

White with #DB5633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5633; }

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

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

background-color css

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

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

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

border-color css

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

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

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