Html Css Color HEX #DA5E14 Chocolate

📋 copy color: '#DA5E14'

red 218 ◦ green 94 ◦ blue 20

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

Shades of Chocolate #DA5E14

Tints of Chocolate #DA5E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 65.66%
G = 28.31%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA5E14 (or 0xDA5E14) is known color: Chocolate. HEX triplet: DA, 5E and 14. RGB value is (218,94,20). Sum of RGB (Red+Green+Blue) = 218+94+20=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5E14 is #25A1EB. Grayscale: #7B7B7B. Windows color (decimal): -2466284 or 1335002. OLE color: 1335002.

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

Color convert

RGB 218 94 20 -
CMYK 0 0.57 0.91 0.15
HSL 22.42º 0.83% 0.47% -
HSV(B) 22.42º 0.91% 0.85% -
XYZ 33.04 22.96 3.35 -
YUV 122.64 70.08 196.02 -
System Red Green Blue C M Y K H S L
Decimal 218 94 20 0 0.57 0.91 0.15 22.42 0.83 0.47
Hex DA 5E 14 0 39 5B F 16 53 2F
Octal 332 136 24 0 71 133 17 26 123 57
Binary 11011010 1011110 10100 0 111001 1011011 1111 10110 1010011 101111

Color Harmonies of #DA5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E14

Black with #DA5E14

Text Example


Text Example

White with #DA5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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