Html Css Color HEX #DA7214 Chocolate

📋 copy color: '#DA7214'

red 218 ◦ green 114 ◦ blue 20

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

Shades of Chocolate #DA7214

Tints of Chocolate #DA7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.39%

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

R = 61.93%
G = 32.39%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7214 (or 0xDA7214) is known color: Chocolate. HEX triplet: DA, 72 and 14. RGB value is (218,114,20). Sum of RGB (Red+Green+Blue) = 218+114+20=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7214 is #258DEB. Grayscale: #868686. Windows color (decimal): -2461164 or 1340122. OLE color: 1340122.

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

Color convert

RGB 218 114 20 -
CMYK 0 0.48 0.91 0.15
HSL 28.48º 0.83% 0.47% -
HSV(B) 28.48º 0.91% 0.85% -
XYZ 35.06 26.99 4.02 -
YUV 134.38 63.46 187.64 -
System Red Green Blue C M Y K H S L
Decimal 218 114 20 0 0.48 0.91 0.15 28.48 0.83 0.47
Hex DA 72 14 0 30 5B F 1C 53 2F
Octal 332 162 24 0 60 133 17 34 123 57
Binary 11011010 1110010 10100 0 110000 1011011 1111 11100 1010011 101111

Color Harmonies of #DA7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7214

Black with #DA7214

Text Example


Text Example

White with #DA7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7214; }

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

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

background-color css

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

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

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

border-color css

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

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

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