Html Css Color HEX #DB6212 Chocolate

📋 copy color: '#DB6212'

red 219 ◦ green 98 ◦ blue 18

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

Shades of Chocolate #DB6212

Tints of Chocolate #DB6212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

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

R = 65.37%
G = 29.25%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB6212 (or 0xDB6212) is known color: Chocolate. HEX triplet: DB, 62 and 12. RGB value is (219,98,18). Sum of RGB (Red+Green+Blue) = 219+98+18=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6212 is #249DED. Grayscale: #7D7D7D. Windows color (decimal): -2399726 or 1204955. OLE color: 1204955.

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

Color convert

RGB 219 98 18 -
CMYK 0 0.55 0.92 0.14
HSL 23.88º 0.85% 0.46% -
HSV(B) 23.88º 0.92% 0.86% -
XYZ 33.69 23.84 3.4 -
YUV 125.06 67.59 195 -
System Red Green Blue C M Y K H S L
Decimal 219 98 18 0 0.55 0.92 0.14 23.88 0.85 0.46
Hex DB 62 12 0 37 5C E 18 55 2E
Octal 333 142 22 0 67 134 16 30 125 56
Binary 11011011 1100010 10010 0 110111 1011100 1110 11000 1010101 101110

Color Harmonies of #DB6212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6212

Black with #DB6212

Text Example


Text Example

White with #DB6212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6212; }

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

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

background-color css

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

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

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

border-color css

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

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

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