Html Css Color HEX #DB5C23 Chocolate

📋 copy color: '#DB5C23'

red 219 ◦ green 92 ◦ blue 35

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

Shades of Chocolate #DB5C23

Tints of Chocolate #DB5C23

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

 BLUE value IS 35 (14.06% from 255) = 10.12%

R = 63.29%
G = 26.59%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB5C23 (or 0xDB5C23) is known color: Chocolate. HEX triplet: DB, 5C and 23. RGB value is (219,92,35). Sum of RGB (Red+Green+Blue) = 219+92+35=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5C23 is #24A3DC. Grayscale: #7B7B7B. Windows color (decimal): -2401245 or 2317531. OLE color: 2317531.

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

Color convert

RGB 219 92 35 -
CMYK 0 0.58 0.84 0.14
HSL 18.59º 0.72% 0.5% -
HSV(B) 18.59º 0.84% 0.86% -
XYZ 33.34 22.84 4.24 -
YUV 123.48 78.08 196.13 -
System Red Green Blue C M Y K H S L
Decimal 219 92 35 0 0.58 0.84 0.14 18.59 0.72 0.5
Hex DB 5C 23 0 3A 54 E 13 48 32
Octal 333 134 43 0 72 124 16 23 110 62
Binary 11011011 1011100 100011 0 111010 1010100 1110 10011 1001000 110010

Color Harmonies of #DB5C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C23

Black with #DB5C23

Text Example


Text Example

White with #DB5C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C23; }

 p { color: rgb(219,92,35); }

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

background-color css

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

 a { background-color: rgb(219,92,35); }

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

border-color css

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

 span { border-color: rgb(219,92,35); }

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