Html Css Color HEX #DA7315 Chocolate

📋 copy color: '#DA7315'

red 218 ◦ green 115 ◦ blue 21

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

Shades of Chocolate #DA7315

Tints of Chocolate #DA7315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.93%

R = 61.58%
G = 32.49%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA7315 (or 0xDA7315) is known color: Chocolate. HEX triplet: DA, 73 and 15. RGB value is (218,115,21). Sum of RGB (Red+Green+Blue) = 218+115+21=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7315 is #258CEA. Grayscale: #878787. Windows color (decimal): -2460907 or 1405914. OLE color: 1405914.

HSL color Cylindrical-coordinate representation of color #DA7315: hue angle of 28.63º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA7315 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 115 21 -
CMYK 0 0.47 0.90 0.15
HSL 28.63º 0.82% 0.47% -
HSV(B) 28.63º 0.9% 0.85% -
XYZ 35.18 27.22 4.11 -
YUV 135.08 63.62 187.14 -
System Red Green Blue C M Y K H S L
Decimal 218 115 21 0 0.47 0.90 0.15 28.63 0.82 0.47
Hex DA 73 15 0 2F 5A F 1D 52 2F
Octal 332 163 25 0 57 132 17 35 122 57
Binary 11011010 1110011 10101 0 101111 1011010 1111 11101 1010010 101111

Color Harmonies of #DA7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7315

Black with #DA7315

Text Example


Text Example

White with #DA7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7315; }

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

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

background-color css

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

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

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

border-color css

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

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

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