Html Css Color HEX #DA5C23 Chocolate

📋 copy color: '#DA5C23'

red 218 ◦ green 92 ◦ blue 35

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

Shades of Chocolate #DA5C23

Tints of Chocolate #DA5C23

RGB

 RED value IS 218 (85.55% from 255) = 63.19%

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

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

R = 63.19%
G = 26.67%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA5C23 (or 0xDA5C23) is known color: Chocolate. HEX triplet: DA, 5C and 23. RGB value is (218,92,35). Sum of RGB (Red+Green+Blue) = 218+92+35=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5C23 is #25A3DC. Grayscale: #7B7B7B. Windows color (decimal): -2466781 or 2317530. OLE color: 2317530.

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

Color convert

RGB 218 92 35 -
CMYK 0 0.58 0.84 0.15
HSL 18.69º 0.72% 0.5% -
HSV(B) 18.69º 0.84% 0.85% -
XYZ 33.04 22.68 4.23 -
YUV 123.18 78.24 195.63 -
System Red Green Blue C M Y K H S L
Decimal 218 92 35 0 0.58 0.84 0.15 18.69 0.72 0.5
Hex DA 5C 23 0 3A 54 F 13 48 32
Octal 332 134 43 0 72 124 17 23 110 62
Binary 11011010 1011100 100011 0 111010 1010100 1111 10011 1001000 110010

Color Harmonies of #DA5C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C23

Black with #DA5C23

Text Example


Text Example

White with #DA5C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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