Html Css Color HEX #DB6B15 Chocolate

📋 copy color: '#DB6B15'

red 219 ◦ green 107 ◦ blue 21

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

Shades of Chocolate #DB6B15

Tints of Chocolate #DB6B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.84%

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

R = 63.11%
G = 30.84%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB6B15 (or 0xDB6B15) is known color: Chocolate. HEX triplet: DB, 6B and 15. RGB value is (219,107,21). Sum of RGB (Red+Green+Blue) = 219+107+21=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6B15 is #2494EA. Grayscale: #838383. Windows color (decimal): -2397419 or 1403867. OLE color: 1403867.

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

Color convert

RGB 219 107 21 -
CMYK 0 0.51 0.90 0.14
HSL 26.06º 0.83% 0.47% -
HSV(B) 26.06º 0.9% 0.86% -
XYZ 34.61 25.63 3.83 -
YUV 130.68 66.11 190.99 -
System Red Green Blue C M Y K H S L
Decimal 219 107 21 0 0.51 0.90 0.14 26.06 0.83 0.47
Hex DB 6B 15 0 33 5A E 1A 52 2F
Octal 333 153 25 0 63 132 16 32 122 57
Binary 11011011 1101011 10101 0 110011 1011010 1110 11010 1010010 101111

Color Harmonies of #DB6B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B15

Black with #DB6B15

Text Example


Text Example

White with #DB6B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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