Html Css Color HEX #DB6612 Chocolate

📋 copy color: '#DB6612'

red 219 ◦ green 102 ◦ blue 18

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

Shades of Chocolate #DB6612

Tints of Chocolate #DB6612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

 BLUE value IS 18 (7.42% from 255) = 5.31%

R = 64.6%
G = 30.09%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB6612 (or 0xDB6612) is known color: Chocolate. HEX triplet: DB, 66 and 12. RGB value is (219,102,18). Sum of RGB (Red+Green+Blue) = 219+102+18=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6612 is #2499ED. Grayscale: #7F7F7F. Windows color (decimal): -2398702 or 1205979. OLE color: 1205979.

HSL color Cylindrical-coordinate representation of color #DB6612: hue angle of 25.07º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB6612 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 18 -
CMYK 0 0.53 0.92 0.14
HSL 25.07º 0.85% 0.46% -
HSV(B) 25.07º 0.92% 0.86% -
XYZ 34.07 24.61 3.53 -
YUV 127.41 66.26 193.33 -
System Red Green Blue C M Y K H S L
Decimal 219 102 18 0 0.53 0.92 0.14 25.07 0.85 0.46
Hex DB 66 12 0 35 5C E 19 55 2E
Octal 333 146 22 0 65 134 16 31 125 56
Binary 11011011 1100110 10010 0 110101 1011100 1110 11001 1010101 101110

Color Harmonies of #DB6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6612

Black with #DB6612

Text Example


Text Example

White with #DB6612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6612; }

 p { color: rgb(219,102,18); }

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

background-color css

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

 a { background-color: rgb(219,102,18); }

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

border-color css

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

 span { border-color: rgb(219,102,18); }

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