Html Css Color HEX #DA5E1E Chocolate

📋 copy color: '#DA5E1E'

red 218 ◦ green 94 ◦ blue 30

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

Shades of Chocolate #DA5E1E

Tints of Chocolate #DA5E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.77%

R = 63.74%
G = 27.49%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA5E1E (or 0xDA5E1E) is known color: Chocolate. HEX triplet: DA, 5E and 1E. RGB value is (218,94,30). Sum of RGB (Red+Green+Blue) = 218+94+30=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E1E is #25A1E1. Grayscale: #7C7C7C. Windows color (decimal): -2466274 or 1990362. OLE color: 1990362.

HSL color Cylindrical-coordinate representation of color #DA5E1E: hue angle of 20.43º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA5E1E is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 94 30 -
CMYK 0 0.57 0.86 0.15
HSL 20.43º 0.76% 0.49% -
HSV(B) 20.43º 0.86% 0.85% -
XYZ 33.15 23 3.92 -
YUV 123.78 75.08 195.2 -
System Red Green Blue C M Y K H S L
Decimal 218 94 30 0 0.57 0.86 0.15 20.43 0.76 0.49
Hex DA 5E 1E 0 39 56 F 14 4C 31
Octal 332 136 36 0 71 126 17 24 114 61
Binary 11011010 1011110 11110 0 111001 1010110 1111 10100 1001100 110001

Color Harmonies of #DA5E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E1E

Black with #DA5E1E

Text Example


Text Example

White with #DA5E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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