Html Css Color HEX #DB6418 Chocolate

📋 copy color: '#DB6418'

red 219 ◦ green 100 ◦ blue 24

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

Shades of Chocolate #DB6418

Tints of Chocolate #DB6418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

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

R = 63.85%
G = 29.15%
B = 7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB6418 (or 0xDB6418) is known color: Chocolate. HEX triplet: DB, 64 and 18. RGB value is (219,100,24). Sum of RGB (Red+Green+Blue) = 219+100+24=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6418 is #249BE7. Grayscale: #7F7F7F. Windows color (decimal): -2399208 or 1598683. OLE color: 1598683.

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

Color convert

RGB 219 100 24 -
CMYK 0 0.54 0.89 0.14
HSL 23.38º 0.8% 0.48% -
HSV(B) 23.38º 0.89% 0.86% -
XYZ 33.94 24.24 3.75 -
YUV 126.92 69.92 193.68 -
System Red Green Blue C M Y K H S L
Decimal 219 100 24 0 0.54 0.89 0.14 23.38 0.8 0.48
Hex DB 64 18 0 36 59 E 17 50 30
Octal 333 144 30 0 66 131 16 27 120 60
Binary 11011011 1100100 11000 0 110110 1011001 1110 10111 1010000 110000

Color Harmonies of #DB6418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6418

Black with #DB6418

Text Example


Text Example

White with #DB6418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6418; }

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

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

background-color css

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

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

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

border-color css

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

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

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