Html Css Color HEX #D76415 Chocolate

📋 copy color: '#D76415'

red 215 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #D76415

Tints of Chocolate #D76415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

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

R = 63.99%
G = 29.76%
B = 6.25%

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

#D76415 (or 0xD76415) is known color: Chocolate. HEX triplet: D7, 64 and 15. RGB value is (215,100,21). Sum of RGB (Red+Green+Blue) = 215+100+21=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D76415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76415 is #289BEA. Grayscale: #7D7D7D. Windows color (decimal): -2661355 or 1402071. OLE color: 1402071.

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

Color convert

RGB 215 100 21 -
CMYK 0 0.53 0.90 0.16
HSL 24.43º 0.82% 0.46% -
HSV(B) 24.43º 0.9% 0.84% -
XYZ 32.72 23.62 3.54 -
YUV 125.38 69.1 191.92 -
System Red Green Blue C M Y K H S L
Decimal 215 100 21 0 0.53 0.90 0.16 24.43 0.82 0.46
Hex D7 64 15 0 35 5A 10 18 52 2E
Octal 327 144 25 0 65 132 20 30 122 56
Binary 11010111 1100100 10101 0 110101 1011010 10000 11000 1010010 101110

Color Harmonies of #D76415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76415

Black with #D76415

Text Example


Text Example

White with #D76415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76415; }

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

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

background-color css

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

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

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

border-color css

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

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

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