Html Css Color HEX #D76D1D Chocolate

📋 copy color: '#D76D1D'

red 215 ◦ green 109 ◦ blue 29

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

Shades of Chocolate #D76D1D

Tints of Chocolate #D76D1D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

 BLUE value IS 29 (11.72% from 255) = 8.22%

R = 60.91%
G = 30.88%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D76D1D (or 0xD76D1D) is known color: Chocolate. HEX triplet: D7, 6D and 1D. RGB value is (215,109,29). Sum of RGB (Red+Green+Blue) = 215+109+29=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D1D is #2892E2. Grayscale: #848484. Windows color (decimal): -2659043 or 1928663. OLE color: 1928663.

HSL color Cylindrical-coordinate representation of color #D76D1D: hue angle of 25.81º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D76D1D is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 29 -
CMYK 0 0.49 0.87 0.16
HSL 25.81º 0.76% 0.48% -
HSV(B) 25.81º 0.87% 0.84% -
XYZ 33.71 25.47 4.3 -
YUV 131.57 70.12 187.5 -
System Red Green Blue C M Y K H S L
Decimal 215 109 29 0 0.49 0.87 0.16 25.81 0.76 0.48
Hex D7 6D 1D 0 31 57 10 1A 4C 30
Octal 327 155 35 0 61 127 20 32 114 60
Binary 11010111 1101101 11101 0 110001 1010111 10000 11010 1001100 110000

Color Harmonies of #D76D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D1D

Black with #D76D1D

Text Example


Text Example

White with #D76D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D1D; }

 p { color: rgb(215,109,29); }

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

background-color css

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

 a { background-color: rgb(215,109,29); }

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

border-color css

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

 span { border-color: rgb(215,109,29); }

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