Html Css Color HEX #D76315 Chocolate

📋 copy color: '#D76315'

red 215 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #D76315

Tints of Chocolate #D76315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

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

R = 64.18%
G = 29.55%
B = 6.27%

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

#D76315 (or 0xD76315) is known color: Chocolate. HEX triplet: D7, 63 and 15. RGB value is (215,99,21). Sum of RGB (Red+Green+Blue) = 215+99+21=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D76315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76315 is #289CEA. Grayscale: #7D7D7D. Windows color (decimal): -2661611 or 1401815. OLE color: 1401815.

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

Color convert

RGB 215 99 21 -
CMYK 0 0.54 0.90 0.16
HSL 24.12º 0.82% 0.46% -
HSV(B) 24.12º 0.9% 0.84% -
XYZ 32.62 23.42 3.51 -
YUV 124.79 69.43 192.34 -
System Red Green Blue C M Y K H S L
Decimal 215 99 21 0 0.54 0.90 0.16 24.12 0.82 0.46
Hex D7 63 15 0 36 5A 10 18 52 2E
Octal 327 143 25 0 66 132 20 30 122 56
Binary 11010111 1100011 10101 0 110110 1011010 10000 11000 1010010 101110

Color Harmonies of #D76315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76315

Black with #D76315

Text Example


Text Example

White with #D76315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76315; }

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

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

background-color css

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

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

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

border-color css

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

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

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