Html Css Color HEX #DA5E1D Chocolate

📋 copy color: '#DA5E1D'

red 218 ◦ green 94 ◦ blue 29

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

Shades of Chocolate #DA5E1D

Tints of Chocolate #DA5E1D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

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

R = 63.93%
G = 27.57%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA5E1D (or 0xDA5E1D) is known color: Chocolate. HEX triplet: DA, 5E and 1D. RGB value is (218,94,29). Sum of RGB (Red+Green+Blue) = 218+94+29=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E1D is #25A1E2. Grayscale: #7C7C7C. Windows color (decimal): -2466275 or 1924826. OLE color: 1924826.

HSL color Cylindrical-coordinate representation of color #DA5E1D: hue angle of 20.63º 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 #DA5E1D is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 94 29 -
CMYK 0 0.57 0.87 0.15
HSL 20.63º 0.77% 0.48% -
HSV(B) 20.63º 0.87% 0.85% -
XYZ 33.14 23 3.86 -
YUV 123.67 74.58 195.29 -
System Red Green Blue C M Y K H S L
Decimal 218 94 29 0 0.57 0.87 0.15 20.63 0.77 0.48
Hex DA 5E 1D 0 39 57 F 15 4D 30
Octal 332 136 35 0 71 127 17 25 115 60
Binary 11011010 1011110 11101 0 111001 1010111 1111 10101 1001101 110000

Color Harmonies of #DA5E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E1D

Black with #DA5E1D

Text Example


Text Example

White with #DA5E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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