Html Css Color HEX #DB5A23 Chocolate

📋 copy color: '#DB5A23'

red 219 ◦ green 90 ◦ blue 35

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

Shades of Chocolate #DB5A23

Tints of Chocolate #DB5A23

RGB

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

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

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

R = 63.66%
G = 26.16%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB5A23 (or 0xDB5A23) is known color: Chocolate. HEX triplet: DB, 5A and 23. RGB value is (219,90,35). Sum of RGB (Red+Green+Blue) = 219+90+35=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A23 is #24A5DC. Grayscale: #7A7A7A. Windows color (decimal): -2401757 or 2317019. OLE color: 2317019.

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

Color convert

RGB 219 90 35 -
CMYK 0 0.59 0.84 0.14
HSL 17.93º 0.72% 0.5% -
HSV(B) 17.93º 0.84% 0.86% -
XYZ 33.17 22.49 4.18 -
YUV 122.3 78.74 196.97 -
System Red Green Blue C M Y K H S L
Decimal 219 90 35 0 0.59 0.84 0.14 17.93 0.72 0.5
Hex DB 5A 23 0 3B 54 E 12 48 32
Octal 333 132 43 0 73 124 16 22 110 62
Binary 11011011 1011010 100011 0 111011 1010100 1110 10010 1001000 110010

Color Harmonies of #DB5A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A23

Black with #DB5A23

Text Example


Text Example

White with #DB5A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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