Html Css Color HEX #DA5A1D Chocolate

📋 copy color: '#DA5A1D'

red 218 ◦ green 90 ◦ blue 29

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

Shades of Chocolate #DA5A1D

Tints of Chocolate #DA5A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 64.69%
G = 26.71%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA5A1D (or 0xDA5A1D) is known color: Chocolate. HEX triplet: DA, 5A and 1D. RGB value is (218,90,29). Sum of RGB (Red+Green+Blue) = 218+90+29=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A1D is #25A5E2. Grayscale: #797979. Windows color (decimal): -2467299 or 1923802. OLE color: 1923802.

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

Color convert

RGB 218 90 29 -
CMYK 0 0.59 0.87 0.15
HSL 19.37º 0.77% 0.48% -
HSV(B) 19.37º 0.87% 0.85% -
XYZ 32.79 22.31 3.74 -
YUV 121.32 75.91 196.96 -
System Red Green Blue C M Y K H S L
Decimal 218 90 29 0 0.59 0.87 0.15 19.37 0.77 0.48
Hex DA 5A 1D 0 3B 57 F 13 4D 30
Octal 332 132 35 0 73 127 17 23 115 60
Binary 11011010 1011010 11101 0 111011 1010111 1111 10011 1001101 110000

Color Harmonies of #DA5A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A1D

Black with #DA5A1D

Text Example


Text Example

White with #DA5A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A1D; }

 p { color: rgb(218,90,29); }

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

background-color css

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

 a { background-color: rgb(218,90,29); }

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

border-color css

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

 span { border-color: rgb(218,90,29); }

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