Html Css Color HEX #DB6118 Chocolate

📋 copy color: '#DB6118'

red 219 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #DB6118

Tints of Chocolate #DB6118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

 BLUE value IS 24 (9.77% from 255) = 7.06%

R = 64.41%
G = 28.53%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB6118 (or 0xDB6118) is known color: Chocolate. HEX triplet: DB, 61 and 18. RGB value is (219,97,24). Sum of RGB (Red+Green+Blue) = 219+97+24=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6118 is #249EE7. Grayscale: #7D7D7D. Windows color (decimal): -2399976 or 1597915. OLE color: 1597915.

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

Color convert

RGB 219 97 24 -
CMYK 0 0.56 0.89 0.14
HSL 22.46º 0.8% 0.48% -
HSV(B) 22.46º 0.89% 0.86% -
XYZ 33.65 23.68 3.66 -
YUV 125.16 70.92 194.94 -
System Red Green Blue C M Y K H S L
Decimal 219 97 24 0 0.56 0.89 0.14 22.46 0.8 0.48
Hex DB 61 18 0 38 59 E 16 50 30
Octal 333 141 30 0 70 131 16 26 120 60
Binary 11011011 1100001 11000 0 111000 1011001 1110 10110 1010000 110000

Color Harmonies of #DB6118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6118

Black with #DB6118

Text Example


Text Example

White with #DB6118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6118; }

 p { color: rgb(219,97,24); }

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

background-color css

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

 a { background-color: rgb(219,97,24); }

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

border-color css

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

 span { border-color: rgb(219,97,24); }

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