Html Css Color HEX #DB7215 Chocolate

📋 copy color: '#DB7215'

red 219 ◦ green 114 ◦ blue 21

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

Shades of Chocolate #DB7215

Tints of Chocolate #DB7215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

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

R = 61.86%
G = 32.2%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB7215 (or 0xDB7215) is known color: Chocolate. HEX triplet: DB, 72 and 15. RGB value is (219,114,21). Sum of RGB (Red+Green+Blue) = 219+114+21=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7215 is #248DEA. Grayscale: #878787. Windows color (decimal): -2395627 or 1405659. OLE color: 1405659.

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

Color convert

RGB 219 114 21 -
CMYK 0 0.48 0.90 0.14
HSL 28.18º 0.83% 0.47% -
HSV(B) 28.18º 0.9% 0.86% -
XYZ 35.37 27.15 4.09 -
YUV 134.79 63.79 188.06 -
System Red Green Blue C M Y K H S L
Decimal 219 114 21 0 0.48 0.90 0.14 28.18 0.83 0.47
Hex DB 72 15 0 30 5A E 1C 52 2F
Octal 333 162 25 0 60 132 16 34 122 57
Binary 11011011 1110010 10101 0 110000 1011010 1110 11100 1010010 101111

Color Harmonies of #DB7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7215

Black with #DB7215

Text Example


Text Example

White with #DB7215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7215; }

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

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

background-color css

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

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

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

border-color css

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

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

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