Html Css Color HEX #DB5D1C Chocolate

📋 copy color: '#DB5D1C'

red 219 ◦ green 93 ◦ blue 28

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

Shades of Chocolate #DB5D1C

Tints of Chocolate #DB5D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.24%

R = 64.41%
G = 27.35%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB5D1C (or 0xDB5D1C) is known color: Chocolate. HEX triplet: DB, 5D and 1C. RGB value is (219,93,28). Sum of RGB (Red+Green+Blue) = 219+93+28=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D1C is #24A2E3. Grayscale: #7B7B7B. Windows color (decimal): -2400996 or 1859035. OLE color: 1859035.

HSL color Cylindrical-coordinate representation of color #DB5D1C: hue angle of 20.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB5D1C is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 93 28 -
CMYK 0 0.58 0.87 0.14
HSL 20.42º 0.77% 0.48% -
HSV(B) 20.42º 0.87% 0.86% -
XYZ 33.34 22.97 3.78 -
YUV 123.26 74.24 196.29 -
System Red Green Blue C M Y K H S L
Decimal 219 93 28 0 0.58 0.87 0.14 20.42 0.77 0.48
Hex DB 5D 1C 0 3A 57 E 14 4D 30
Octal 333 135 34 0 72 127 16 24 115 60
Binary 11011011 1011101 11100 0 111010 1010111 1110 10100 1001101 110000

Color Harmonies of #DB5D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5D1C

Black with #DB5D1C

Text Example


Text Example

White with #DB5D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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