Html Css Color HEX #D76215 Chocolate

📋 copy color: '#D76215'

red 215 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #D76215

Tints of Chocolate #D76215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.34%

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

R = 64.37%
G = 29.34%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D76215 (or 0xD76215) is known color: Chocolate. HEX triplet: D7, 62 and 15. RGB value is (215,98,21). Sum of RGB (Red+Green+Blue) = 215+98+21=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D76215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76215 is #289DEA. Grayscale: #7C7C7C. Windows color (decimal): -2661867 or 1401559. OLE color: 1401559.

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

Color convert

RGB 215 98 21 -
CMYK 0 0.54 0.90 0.16
HSL 23.81º 0.82% 0.46% -
HSV(B) 23.81º 0.9% 0.84% -
XYZ 32.53 23.24 3.48 -
YUV 124.21 69.76 192.76 -
System Red Green Blue C M Y K H S L
Decimal 215 98 21 0 0.54 0.90 0.16 23.81 0.82 0.46
Hex D7 62 15 0 36 5A 10 18 52 2E
Octal 327 142 25 0 66 132 20 30 122 56
Binary 11010111 1100010 10101 0 110110 1011010 10000 11000 1010010 101110

Color Harmonies of #D76215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76215

Black with #D76215

Text Example


Text Example

White with #D76215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76215; }

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

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

background-color css

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

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

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

border-color css

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

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

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