Html Css Color HEX #DA7314 Chocolate

📋 copy color: '#DA7314'

red 218 ◦ green 115 ◦ blue 20

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

Shades of Chocolate #DA7314

Tints of Chocolate #DA7314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

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

R = 61.76%
G = 32.58%
B = 5.67%

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

#DA7314 (or 0xDA7314) is known color: Chocolate. HEX triplet: DA, 73 and 14. RGB value is (218,115,20). Sum of RGB (Red+Green+Blue) = 218+115+20=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7314 is #258CEB. Grayscale: #878787. Windows color (decimal): -2460908 or 1340378. OLE color: 1340378.

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

Color convert

RGB 218 115 20 -
CMYK 0 0.47 0.91 0.15
HSL 28.79º 0.83% 0.47% -
HSV(B) 28.79º 0.91% 0.85% -
XYZ 35.17 27.22 4.06 -
YUV 134.97 63.12 187.22 -
System Red Green Blue C M Y K H S L
Decimal 218 115 20 0 0.47 0.91 0.15 28.79 0.83 0.47
Hex DA 73 14 0 2F 5B F 1D 53 2F
Octal 332 163 24 0 57 133 17 35 123 57
Binary 11011010 1110011 10100 0 101111 1011011 1111 11101 1010011 101111

Color Harmonies of #DA7314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7314

Black with #DA7314

Text Example


Text Example

White with #DA7314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7314; }

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

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

background-color css

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

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

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

border-color css

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

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

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