Html Css Color HEX #DB7515 Chocolate

📋 copy color: '#DB7515'

red 219 ◦ green 117 ◦ blue 21

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

Shades of Chocolate #DB7515

Tints of Chocolate #DB7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 61.34%
G = 32.77%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB7515 (or 0xDB7515) is known color: Chocolate. HEX triplet: DB, 75 and 15. RGB value is (219,117,21). Sum of RGB (Red+Green+Blue) = 219+117+21=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7515 is #248AEA. Grayscale: #898989. Windows color (decimal): -2394859 or 1406427. OLE color: 1406427.

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

Color convert

RGB 219 117 21 -
CMYK 0 0.47 0.90 0.14
HSL 29.09º 0.83% 0.47% -
HSV(B) 29.09º 0.9% 0.86% -
XYZ 35.71 27.84 4.2 -
YUV 136.55 62.79 186.81 -
System Red Green Blue C M Y K H S L
Decimal 219 117 21 0 0.47 0.90 0.14 29.09 0.83 0.47
Hex DB 75 15 0 2F 5A E 1D 52 2F
Octal 333 165 25 0 57 132 16 35 122 57
Binary 11011011 1110101 10101 0 101111 1011010 1110 11101 1010010 101111

Color Harmonies of #DB7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7515

Black with #DB7515

Text Example


Text Example

White with #DB7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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