Html Css Color HEX #D76515 Chocolate

📋 copy color: '#D76515'

red 215 ◦ green 101 ◦ blue 21

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

Shades of Chocolate #D76515

Tints of Chocolate #D76515

RGB

 RED value IS 215 (84.38% from 255) = 63.8%

 GREEN value IS 101 (39.84% from 255) = 29.97%

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

R = 63.8%
G = 29.97%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D76515 (or 0xD76515) is known color: Chocolate. HEX triplet: D7, 65 and 15. RGB value is (215,101,21). Sum of RGB (Red+Green+Blue) = 215+101+21=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D76515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76515 is #289AEA. Grayscale: #7E7E7E. Windows color (decimal): -2661099 or 1402327. OLE color: 1402327.

HSL color Cylindrical-coordinate representation of color #D76515: hue angle of 24.74º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D76515 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 101 21 -
CMYK 0 0.53 0.90 0.16
HSL 24.74º 0.82% 0.46% -
HSV(B) 24.74º 0.9% 0.84% -
XYZ 32.81 23.81 3.58 -
YUV 125.97 68.77 191.5 -
System Red Green Blue C M Y K H S L
Decimal 215 101 21 0 0.53 0.90 0.16 24.74 0.82 0.46
Hex D7 65 15 0 35 5A 10 19 52 2E
Octal 327 145 25 0 65 132 20 31 122 56
Binary 11010111 1100101 10101 0 110101 1011010 10000 11001 1010010 101110

Color Harmonies of #D76515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76515

Black with #D76515

Text Example


Text Example

White with #D76515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76515; }

 p { color: rgb(215,101,21); }

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

background-color css

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

 a { background-color: rgb(215,101,21); }

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

border-color css

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

 span { border-color: rgb(215,101,21); }

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