Html Css Color HEX #DA6014 Chocolate

📋 copy color: '#DA6014'

red 218 ◦ green 96 ◦ blue 20

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

Shades of Chocolate #DA6014

Tints of Chocolate #DA6014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

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

R = 65.27%
G = 28.74%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA6014 (or 0xDA6014) is known color: Chocolate. HEX triplet: DA, 60 and 14. RGB value is (218,96,20). Sum of RGB (Red+Green+Blue) = 218+96+20=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6014 is #259FEB. Grayscale: #7C7C7C. Windows color (decimal): -2465772 or 1335514. OLE color: 1335514.

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

Color convert

RGB 218 96 20 -
CMYK 0 0.56 0.91 0.15
HSL 23.03º 0.83% 0.47% -
HSV(B) 23.03º 0.91% 0.85% -
XYZ 33.22 23.32 3.41 -
YUV 123.81 69.42 195.18 -
System Red Green Blue C M Y K H S L
Decimal 218 96 20 0 0.56 0.91 0.15 23.03 0.83 0.47
Hex DA 60 14 0 38 5B F 17 53 2F
Octal 332 140 24 0 70 133 17 27 123 57
Binary 11011010 1100000 10100 0 111000 1011011 1111 10111 1010011 101111

Color Harmonies of #DA6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6014

Black with #DA6014

Text Example


Text Example

White with #DA6014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6014; }

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

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

background-color css

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

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

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

border-color css

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

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

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