Html Css Color HEX #D76510 Chocolate

📋 copy color: '#D76510'

red 215 ◦ green 101 ◦ blue 16

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

Shades of Chocolate #D76510

Tints of Chocolate #D76510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.42%

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 64.76%
G = 30.42%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D76510 (or 0xD76510) is known color: Chocolate. HEX triplet: D7, 65 and 10. RGB value is (215,101,16). Sum of RGB (Red+Green+Blue) = 215+101+16=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D76510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76510 is #289AEF. Grayscale: #7D7D7D. Windows color (decimal): -2661104 or 1074647. OLE color: 1074647.

HSL color Cylindrical-coordinate representation of color #D76510: hue angle of 25.63º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D76510 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 101 16 -
CMYK 0 0.53 0.93 0.16
HSL 25.63º 0.86% 0.45% -
HSV(B) 25.63º 0.93% 0.84% -
XYZ 32.77 23.79 3.36 -
YUV 125.4 66.27 191.91 -
System Red Green Blue C M Y K H S L
Decimal 215 101 16 0 0.53 0.93 0.16 25.63 0.86 0.45
Hex D7 65 10 0 35 5D 10 1A 56 2D
Octal 327 145 20 0 65 135 20 32 126 55
Binary 11010111 1100101 10000 0 110101 1011101 10000 11010 1010110 101101

Color Harmonies of #D76510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76510

Black with #D76510

Text Example


Text Example

White with #D76510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76510; }

 p { color: rgb(215,101,16); }

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

background-color css

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

 a { background-color: rgb(215,101,16); }

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

border-color css

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

 span { border-color: rgb(215,101,16); }

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