Html Css Color HEX #DB5715 Chocolate

📋 copy color: '#DB5715'

red 219 ◦ green 87 ◦ blue 21

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

Shades of Chocolate #DB5715

Tints of Chocolate #DB5715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.61%

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

R = 66.97%
G = 26.61%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB5715 (or 0xDB5715) is known color: Chocolate. HEX triplet: DB, 57 and 15. RGB value is (219,87,21). Sum of RGB (Red+Green+Blue) = 219+87+21=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5715 is #24A8EA. Grayscale: #777777. Windows color (decimal): -2402539 or 1398747. OLE color: 1398747.

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

Color convert

RGB 219 87 21 -
CMYK 0 0.60 0.90 0.14
HSL 20º 0.83% 0.47% -
HSV(B) 20º 0.9% 0.86% -
XYZ 32.76 21.93 3.22 -
YUV 118.94 72.73 199.37 -
System Red Green Blue C M Y K H S L
Decimal 219 87 21 0 0.60 0.90 0.14 20 0.83 0.47
Hex DB 57 15 0 3C 5A E 14 52 2F
Octal 333 127 25 0 74 132 16 24 122 57
Binary 11011011 1010111 10101 0 111100 1011010 1110 10100 1010010 101111

Color Harmonies of #DB5715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5715

Black with #DB5715

Text Example


Text Example

White with #DB5715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5715; }

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

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

background-color css

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

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

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

border-color css

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

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

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