Html Css Color HEX #D76114 Chocolate

📋 copy color: '#D76114'

red 215 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #D76114

Tints of Chocolate #D76114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 64.76%
G = 29.22%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D76114 (or 0xD76114) is known color: Chocolate. HEX triplet: D7, 61 and 14. RGB value is (215,97,20). Sum of RGB (Red+Green+Blue) = 215+97+20=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D76114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76114 is #289EEB. Grayscale: #7B7B7B. Windows color (decimal): -2662124 or 1335767. OLE color: 1335767.

HSL color Cylindrical-coordinate representation of color #D76114: hue angle of 23.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D76114 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 97 20 -
CMYK 0 0.55 0.91 0.16
HSL 23.69º 0.83% 0.46% -
HSV(B) 23.69º 0.91% 0.84% -
XYZ 32.43 23.05 3.4 -
YUV 123.5 69.59 193.26 -
System Red Green Blue C M Y K H S L
Decimal 215 97 20 0 0.55 0.91 0.16 23.69 0.83 0.46
Hex D7 61 14 0 37 5B 10 18 53 2E
Octal 327 141 24 0 67 133 20 30 123 56
Binary 11010111 1100001 10100 0 110111 1011011 10000 11000 1010011 101110

Color Harmonies of #D76114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76114

Black with #D76114

Text Example


Text Example

White with #D76114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76114; }

 p { color: rgb(215,97,20); }

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

background-color css

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

 a { background-color: rgb(215,97,20); }

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

border-color css

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

 span { border-color: rgb(215,97,20); }

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