Html Css Color HEX #DA5D14 Chocolate

📋 copy color: '#DA5D14'

red 218 ◦ green 93 ◦ blue 20

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

Shades of Chocolate #DA5D14

Tints of Chocolate #DA5D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

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

R = 65.86%
G = 28.1%
B = 6.04%

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

#DA5D14 (or 0xDA5D14) is known color: Chocolate. HEX triplet: DA, 5D and 14. RGB value is (218,93,20). Sum of RGB (Red+Green+Blue) = 218+93+20=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5D14 is #25A2EB. Grayscale: #7A7A7A. Windows color (decimal): -2466540 or 1334746. OLE color: 1334746.

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

Color convert

RGB 218 93 20 -
CMYK 0 0.57 0.91 0.15
HSL 22.12º 0.83% 0.47% -
HSV(B) 22.12º 0.91% 0.85% -
XYZ 32.95 22.78 3.32 -
YUV 122.05 70.41 196.44 -
System Red Green Blue C M Y K H S L
Decimal 218 93 20 0 0.57 0.91 0.15 22.12 0.83 0.47
Hex DA 5D 14 0 39 5B F 16 53 2F
Octal 332 135 24 0 71 133 17 26 123 57
Binary 11011010 1011101 10100 0 111001 1011011 1111 10110 1010011 101111

Color Harmonies of #DA5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D14

Black with #DA5D14

Text Example


Text Example

White with #DA5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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