Html Css Color HEX #DA7515 Chocolate

📋 copy color: '#DA7515'

red 218 ◦ green 117 ◦ blue 21

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

Shades of Chocolate #DA7515

Tints of Chocolate #DA7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.87%

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

R = 61.24%
G = 32.87%
B = 5.9%

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

#DA7515 (or 0xDA7515) is known color: Chocolate. HEX triplet: DA, 75 and 15. RGB value is (218,117,21). Sum of RGB (Red+Green+Blue) = 218+117+21=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7515 is #258AEA. Grayscale: #888888. Windows color (decimal): -2460395 or 1406426. OLE color: 1406426.

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

Color convert

RGB 218 117 21 -
CMYK 0 0.46 0.90 0.15
HSL 29.24º 0.82% 0.47% -
HSV(B) 29.24º 0.9% 0.85% -
XYZ 35.41 27.68 4.19 -
YUV 136.26 62.96 186.31 -
System Red Green Blue C M Y K H S L
Decimal 218 117 21 0 0.46 0.90 0.15 29.24 0.82 0.47
Hex DA 75 15 0 2E 5A F 1D 52 2F
Octal 332 165 25 0 56 132 17 35 122 57
Binary 11011010 1110101 10101 0 101110 1011010 1111 11101 1010010 101111

Color Harmonies of #DA7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7515

Black with #DA7515

Text Example


Text Example

White with #DA7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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