Html Css Color HEX #D76015 Chocolate

📋 copy color: '#D76015'

red 215 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #D76015

Tints of Chocolate #D76015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

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

R = 64.76%
G = 28.92%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D76015 (or 0xD76015) is known color: Chocolate. HEX triplet: D7, 60 and 15. RGB value is (215,96,21). Sum of RGB (Red+Green+Blue) = 215+96+21=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D76015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76015 is #289FEA. Grayscale: #7B7B7B. Windows color (decimal): -2662379 or 1401047. OLE color: 1401047.

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

Color convert

RGB 215 96 21 -
CMYK 0 0.55 0.90 0.16
HSL 23.2º 0.82% 0.46% -
HSV(B) 23.2º 0.9% 0.84% -
XYZ 32.34 22.87 3.42 -
YUV 123.03 70.42 193.6 -
System Red Green Blue C M Y K H S L
Decimal 215 96 21 0 0.55 0.90 0.16 23.2 0.82 0.46
Hex D7 60 15 0 37 5A 10 17 52 2E
Octal 327 140 25 0 67 132 20 27 122 56
Binary 11010111 1100000 10101 0 110111 1011010 10000 10111 1010010 101110

Color Harmonies of #D76015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76015

Black with #D76015

Text Example


Text Example

White with #D76015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76015; }

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

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

background-color css

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

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

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

border-color css

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

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

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