Html Css Color HEX #DA5A14 Chocolate

📋 copy color: '#DA5A14'

red 218 ◦ green 90 ◦ blue 20

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

Shades of Chocolate #DA5A14

Tints of Chocolate #DA5A14

RGB

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

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

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

R = 66.46%
G = 27.44%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA5A14 (or 0xDA5A14) is known color: Chocolate. HEX triplet: DA, 5A and 14. RGB value is (218,90,20). Sum of RGB (Red+Green+Blue) = 218+90+20=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5A14 is #25A5EB. Grayscale: #787878. Windows color (decimal): -2467308 or 1333978. OLE color: 1333978.

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

Color convert

RGB 218 90 20 -
CMYK 0 0.59 0.91 0.15
HSL 21.21º 0.83% 0.47% -
HSV(B) 21.21º 0.91% 0.85% -
XYZ 32.7 22.27 3.24 -
YUV 120.29 71.41 197.69 -
System Red Green Blue C M Y K H S L
Decimal 218 90 20 0 0.59 0.91 0.15 21.21 0.83 0.47
Hex DA 5A 14 0 3B 5B F 15 53 2F
Octal 332 132 24 0 73 133 17 25 123 57
Binary 11011010 1011010 10100 0 111011 1011011 1111 10101 1010011 101111

Color Harmonies of #DA5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A14

Black with #DA5A14

Text Example


Text Example

White with #DA5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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