Html Css Color HEX #D76E1D Chocolate

📋 copy color: '#D76E1D'

red 215 ◦ green 110 ◦ blue 29

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

Shades of Chocolate #D76E1D

Tints of Chocolate #D76E1D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

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

R = 60.73%
G = 31.07%
B = 8.19%

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

#D76E1D (or 0xD76E1D) is known color: Chocolate. HEX triplet: D7, 6E and 1D. RGB value is (215,110,29). Sum of RGB (Red+Green+Blue) = 215+110+29=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E1D is #2891E2. Grayscale: #848484. Windows color (decimal): -2658787 or 1928919. OLE color: 1928919.

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

Color convert

RGB 215 110 29 -
CMYK 0 0.49 0.87 0.16
HSL 26.13º 0.76% 0.48% -
HSV(B) 26.13º 0.87% 0.84% -
XYZ 33.82 25.69 4.34 -
YUV 132.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 215 110 29 0 0.49 0.87 0.16 26.13 0.76 0.48
Hex D7 6E 1D 0 31 57 10 1A 4C 30
Octal 327 156 35 0 61 127 20 32 114 60
Binary 11010111 1101110 11101 0 110001 1010111 10000 11010 1001100 110000

Color Harmonies of #D76E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E1D

Black with #D76E1D

Text Example


Text Example

White with #D76E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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