Html Css Color HEX #D76F1D Chocolate

📋 copy color: '#D76F1D'

red 215 ◦ green 111 ◦ blue 29

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

Shades of Chocolate #D76F1D

Tints of Chocolate #D76F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 60.56%
G = 31.27%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D76F1D (or 0xD76F1D) is known color: Chocolate. HEX triplet: D7, 6F and 1D. RGB value is (215,111,29). Sum of RGB (Red+Green+Blue) = 215+111+29=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F1D is #2890E2. Grayscale: #858585. Windows color (decimal): -2658531 or 1929175. OLE color: 1929175.

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

Color convert

RGB 215 111 29 -
CMYK 0 0.48 0.87 0.16
HSL 26.45º 0.76% 0.48% -
HSV(B) 26.45º 0.87% 0.84% -
XYZ 33.93 25.9 4.37 -
YUV 132.75 69.46 186.67 -
System Red Green Blue C M Y K H S L
Decimal 215 111 29 0 0.48 0.87 0.16 26.45 0.76 0.48
Hex D7 6F 1D 0 30 57 10 1A 4C 30
Octal 327 157 35 0 60 127 20 32 114 60
Binary 11010111 1101111 11101 0 110000 1010111 10000 11010 1001100 110000

Color Harmonies of #D76F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F1D

Black with #D76F1D

Text Example


Text Example

White with #D76F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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