Html Css Color HEX #DB6318 Chocolate

📋 copy color: '#DB6318'

red 219 ◦ green 99 ◦ blue 24

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

Shades of Chocolate #DB6318

Tints of Chocolate #DB6318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

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

R = 64.04%
G = 28.95%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB6318 (or 0xDB6318) is known color: Chocolate. HEX triplet: DB, 63 and 18. RGB value is (219,99,24). Sum of RGB (Red+Green+Blue) = 219+99+24=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6318 is #249CE7. Grayscale: #7E7E7E. Windows color (decimal): -2399464 or 1598427. OLE color: 1598427.

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

Color convert

RGB 219 99 24 -
CMYK 0 0.55 0.89 0.14
HSL 23.08º 0.8% 0.48% -
HSV(B) 23.08º 0.89% 0.86% -
XYZ 33.84 24.05 3.72 -
YUV 126.33 70.26 194.1 -
System Red Green Blue C M Y K H S L
Decimal 219 99 24 0 0.55 0.89 0.14 23.08 0.8 0.48
Hex DB 63 18 0 37 59 E 17 50 30
Octal 333 143 30 0 67 131 16 27 120 60
Binary 11011011 1100011 11000 0 110111 1011001 1110 10111 1010000 110000

Color Harmonies of #DB6318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6318

Black with #DB6318

Text Example


Text Example

White with #DB6318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6318; }

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

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

background-color css

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

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

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

border-color css

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

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

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