Html Css Color HEX #DB6512 Chocolate

📋 copy color: '#DB6512'

red 219 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #DB6512

Tints of Chocolate #DB6512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 64.79%
G = 29.88%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB6512 (or 0xDB6512) is known color: Chocolate. HEX triplet: DB, 65 and 12. RGB value is (219,101,18). Sum of RGB (Red+Green+Blue) = 219+101+18=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6512 is #249AED. Grayscale: #7F7F7F. Windows color (decimal): -2398958 or 1205723. OLE color: 1205723.

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

Color convert

RGB 219 101 18 -
CMYK 0 0.54 0.92 0.14
HSL 24.78º 0.85% 0.46% -
HSV(B) 24.78º 0.92% 0.86% -
XYZ 33.98 24.41 3.49 -
YUV 126.82 66.59 193.75 -
System Red Green Blue C M Y K H S L
Decimal 219 101 18 0 0.54 0.92 0.14 24.78 0.85 0.46
Hex DB 65 12 0 36 5C E 19 55 2E
Octal 333 145 22 0 66 134 16 31 125 56
Binary 11011011 1100101 10010 0 110110 1011100 1110 11001 1010101 101110

Color Harmonies of #DB6512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6512

Black with #DB6512

Text Example


Text Example

White with #DB6512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6512; }

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

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

background-color css

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

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

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

border-color css

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

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

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