Html Css Color HEX #DB6312 Chocolate

📋 copy color: '#DB6312'

red 219 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #DB6312

Tints of Chocolate #DB6312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

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

R = 65.18%
G = 29.46%
B = 5.36%

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

#DB6312 (or 0xDB6312) is known color: Chocolate. HEX triplet: DB, 63 and 12. RGB value is (219,99,18). Sum of RGB (Red+Green+Blue) = 219+99+18=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6312 is #249CED. Grayscale: #7E7E7E. Windows color (decimal): -2399470 or 1205211. OLE color: 1205211.

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

Color convert

RGB 219 99 18 -
CMYK 0 0.55 0.92 0.14
HSL 24.18º 0.85% 0.46% -
HSV(B) 24.18º 0.92% 0.86% -
XYZ 33.78 24.03 3.43 -
YUV 125.65 67.26 194.59 -
System Red Green Blue C M Y K H S L
Decimal 219 99 18 0 0.55 0.92 0.14 24.18 0.85 0.46
Hex DB 63 12 0 37 5C E 18 55 2E
Octal 333 143 22 0 67 134 16 30 125 56
Binary 11011011 1100011 10010 0 110111 1011100 1110 11000 1010101 101110

Color Harmonies of #DB6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6312

Black with #DB6312

Text Example


Text Example

White with #DB6312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6312; }

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

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

background-color css

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

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

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

border-color css

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

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

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