#D76C64

Color #D76C64 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D76C64

Tints of Roman #D76C64

Color information

#D76C64 (or 0xD76C64) is unknown color: approx Roman. HEX triplet: D7, 6C and 64. RGB value is (215,108,100). Sum of RGB (Red+Green+Blue) = 215+108+100=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C64 is #28939B. Grayscale: #8B8B8B. Windows color (decimal): -2659228 or 6581463. OLE color: 6581463.

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

Color convert

RGB215108100-
CMYK00.500.530.16
HSL4.17º58.97%61.76%-
HSV(B)4.17º53.49%84.31%-
XYZ35.6926.0915.21-
YUV139.08105.95182.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.83%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=50.83%
G=25.53%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510810000.500.530.164.1758.9761.76
HexD76C64032351043b3e
Octal327154144062652047376
Binary1101011111011001100100011001011010110000100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76C64; }

 p { color: rgb(215,108,100); }

 H1.HeaderClassName
 {
   color: #D76C64;
 }
 .AnyTagClassName
 {
   color: #D76C64;
 }
</style>
background-color css

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

 a { background-color: rgb(215,108,100); }

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

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

 span { border-color: rgb(215,108,100); }

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