Html Css Color HEX #DB6615 Chocolate

📋 copy color: '#DB6615'

red 219 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #DB6615

Tints of Chocolate #DB6615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

 BLUE value IS 21 (8.59% from 255) = 6.14%

R = 64.04%
G = 29.82%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB6615 (or 0xDB6615) is known color: Chocolate. HEX triplet: DB, 66 and 15. RGB value is (219,102,21). Sum of RGB (Red+Green+Blue) = 219+102+21=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6615 is #2499EA. Grayscale: #808080. Windows color (decimal): -2398699 or 1402587. OLE color: 1402587.

HSL color Cylindrical-coordinate representation of color #DB6615: hue angle of 24.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB6615 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 21 -
CMYK 0 0.53 0.90 0.14
HSL 24.55º 0.83% 0.47% -
HSV(B) 24.55º 0.9% 0.86% -
XYZ 34.1 24.62 3.66 -
YUV 127.75 67.76 193.09 -
System Red Green Blue C M Y K H S L
Decimal 219 102 21 0 0.53 0.90 0.14 24.55 0.83 0.47
Hex DB 66 15 0 35 5A E 19 52 2F
Octal 333 146 25 0 65 132 16 31 122 57
Binary 11011011 1100110 10101 0 110101 1011010 1110 11001 1010010 101111

Color Harmonies of #DB6615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6615

Black with #DB6615

Text Example


Text Example

White with #DB6615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6615; }

 p { color: rgb(219,102,21); }

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

background-color css

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

 a { background-color: rgb(219,102,21); }

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

border-color css

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

 span { border-color: rgb(219,102,21); }

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