Html Css Color HEX #DB6018 Chocolate

📋 copy color: '#DB6018'

red 219 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #DB6018

Tints of Chocolate #DB6018

RGB

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

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

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

R = 64.6%
G = 28.32%
B = 7.08%

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

#DB6018 (or 0xDB6018) is known color: Chocolate. HEX triplet: DB, 60 and 18. RGB value is (219,96,24). Sum of RGB (Red+Green+Blue) = 219+96+24=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6018 is #249FE7. Grayscale: #7C7C7C. Windows color (decimal): -2400232 or 1597659. OLE color: 1597659.

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

Color convert

RGB 219 96 24 -
CMYK 0 0.56 0.89 0.14
HSL 22.15º 0.8% 0.48% -
HSV(B) 22.15º 0.89% 0.86% -
XYZ 33.56 23.49 3.63 -
YUV 124.57 71.25 195.35 -
System Red Green Blue C M Y K H S L
Decimal 219 96 24 0 0.56 0.89 0.14 22.15 0.8 0.48
Hex DB 60 18 0 38 59 E 16 50 30
Octal 333 140 30 0 70 131 16 26 120 60
Binary 11011011 1100000 11000 0 111000 1011001 1110 10110 1010000 110000

Color Harmonies of #DB6018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6018

Black with #DB6018

Text Example


Text Example

White with #DB6018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6018; }

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

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

background-color css

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

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

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

border-color css

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

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

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