Html Css Color HEX #DA7615 Chocolate

📋 copy color: '#DA7615'

red 218 ◦ green 118 ◦ blue 21

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

Shades of Chocolate #DA7615

Tints of Chocolate #DA7615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

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

R = 61.06%
G = 33.05%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA7615 (or 0xDA7615) is known color: Chocolate. HEX triplet: DA, 76 and 15. RGB value is (218,118,21). Sum of RGB (Red+Green+Blue) = 218+118+21=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7615 is #2589EA. Grayscale: #898989. Windows color (decimal): -2460139 or 1406682. OLE color: 1406682.

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

Color convert

RGB 218 118 21 -
CMYK 0 0.46 0.90 0.15
HSL 29.54º 0.82% 0.47% -
HSV(B) 29.54º 0.9% 0.85% -
XYZ 35.53 27.92 4.23 -
YUV 136.84 62.63 185.89 -
System Red Green Blue C M Y K H S L
Decimal 218 118 21 0 0.46 0.90 0.15 29.54 0.82 0.47
Hex DA 76 15 0 2E 5A F 1E 52 2F
Octal 332 166 25 0 56 132 17 36 122 57
Binary 11011010 1110110 10101 0 101110 1011010 1111 11110 1010010 101111

Color Harmonies of #DA7615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7615

Black with #DA7615

Text Example


Text Example

White with #DA7615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7615; }

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

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

background-color css

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

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

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

border-color css

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

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

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