Html Css Color HEX #DB6015 Chocolate

📋 copy color: '#DB6015'

red 219 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #DB6015

Tints of Chocolate #DB6015

RGB

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

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

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

R = 65.18%
G = 28.57%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB6015 (or 0xDB6015) is known color: Chocolate. HEX triplet: DB, 60 and 15. RGB value is (219,96,21). Sum of RGB (Red+Green+Blue) = 219+96+21=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6015 is #249FEA. Grayscale: #7C7C7C. Windows color (decimal): -2400235 or 1401051. OLE color: 1401051.

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

Color convert

RGB 219 96 21 -
CMYK 0 0.56 0.90 0.14
HSL 22.73º 0.83% 0.47% -
HSV(B) 22.73º 0.9% 0.86% -
XYZ 33.53 23.48 3.47 -
YUV 124.23 69.75 195.6 -
System Red Green Blue C M Y K H S L
Decimal 219 96 21 0 0.56 0.90 0.14 22.73 0.83 0.47
Hex DB 60 15 0 38 5A E 17 52 2F
Octal 333 140 25 0 70 132 16 27 122 57
Binary 11011011 1100000 10101 0 111000 1011010 1110 10111 1010010 101111

Color Harmonies of #DB6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6015

Black with #DB6015

Text Example


Text Example

White with #DB6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6015; }

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

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

background-color css

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

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

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

border-color css

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

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

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