Html Css Color HEX #DA7414 Chocolate

📋 copy color: '#DA7414'

red 218 ◦ green 116 ◦ blue 20

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

Shades of Chocolate #DA7414

Tints of Chocolate #DA7414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 61.58%
G = 32.77%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7414 (or 0xDA7414) is known color: Chocolate. HEX triplet: DA, 74 and 14. RGB value is (218,116,20). Sum of RGB (Red+Green+Blue) = 218+116+20=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7414 is #258BEB. Grayscale: #888888. Windows color (decimal): -2460652 or 1340634. OLE color: 1340634.

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

Color convert

RGB 218 116 20 -
CMYK 0 0.47 0.91 0.15
HSL 29.09º 0.83% 0.47% -
HSV(B) 29.09º 0.91% 0.85% -
XYZ 35.29 27.45 4.1 -
YUV 135.55 62.79 186.81 -
System Red Green Blue C M Y K H S L
Decimal 218 116 20 0 0.47 0.91 0.15 29.09 0.83 0.47
Hex DA 74 14 0 2F 5B F 1D 53 2F
Octal 332 164 24 0 57 133 17 35 123 57
Binary 11011010 1110100 10100 0 101111 1011011 1111 11101 1010011 101111

Color Harmonies of #DA7414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7414

Black with #DA7414

Text Example


Text Example

White with #DA7414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7414; }

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

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

background-color css

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

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

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

border-color css

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

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

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