Html Css Color HEX #DB5A12 Chocolate

📋 copy color: '#DB5A12'

red 219 ◦ green 90 ◦ blue 18

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

Shades of Chocolate #DB5A12

Tints of Chocolate #DB5A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

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

R = 66.97%
G = 27.52%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB5A12 (or 0xDB5A12) is known color: Chocolate. HEX triplet: DB, 5A and 12. RGB value is (219,90,18). Sum of RGB (Red+Green+Blue) = 219+90+18=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A12 is #24A5ED. Grayscale: #787878. Windows color (decimal): -2401774 or 1202907. OLE color: 1202907.

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

Color convert

RGB 219 90 18 -
CMYK 0 0.59 0.92 0.14
HSL 21.49º 0.85% 0.46% -
HSV(B) 21.49º 0.92% 0.86% -
XYZ 32.98 22.42 3.16 -
YUV 120.36 70.24 198.35 -
System Red Green Blue C M Y K H S L
Decimal 219 90 18 0 0.59 0.92 0.14 21.49 0.85 0.46
Hex DB 5A 12 0 3B 5C E 15 55 2E
Octal 333 132 22 0 73 134 16 25 125 56
Binary 11011011 1011010 10010 0 111011 1011100 1110 10101 1010101 101110

Color Harmonies of #DB5A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A12

Black with #DB5A12

Text Example


Text Example

White with #DB5A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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