Html Css Color HEX #DB5D12 Chocolate

📋 copy color: '#DB5D12'

red 219 ◦ green 93 ◦ blue 18

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

Shades of Chocolate #DB5D12

Tints of Chocolate #DB5D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 66.36%
G = 28.18%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB5D12 (or 0xDB5D12) is known color: Chocolate. HEX triplet: DB, 5D and 12. RGB value is (219,93,18). Sum of RGB (Red+Green+Blue) = 219+93+18=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5D12 is #24A2ED. Grayscale: #7A7A7A. Windows color (decimal): -2401006 or 1203675. OLE color: 1203675.

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

Color convert

RGB 219 93 18 -
CMYK 0 0.58 0.92 0.14
HSL 22.39º 0.85% 0.46% -
HSV(B) 22.39º 0.92% 0.86% -
XYZ 33.24 22.93 3.25 -
YUV 122.12 69.24 197.1 -
System Red Green Blue C M Y K H S L
Decimal 219 93 18 0 0.58 0.92 0.14 22.39 0.85 0.46
Hex DB 5D 12 0 3A 5C E 16 55 2E
Octal 333 135 22 0 72 134 16 26 125 56
Binary 11011011 1011101 10010 0 111010 1011100 1110 10110 1010101 101110

Color Harmonies of #DB5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5D12

Black with #DB5D12

Text Example


Text Example

White with #DB5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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