#D76964

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

Shades of Roman #D76964

Tints of Roman #D76964

Color information

#D76964 (or 0xD76964) is unknown color: approx Roman. HEX triplet: D7, 69 and 64. RGB value is (215,105,100). Sum of RGB (Red+Green+Blue) = 215+105+100=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D76964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76964 is #28969B. Grayscale: #898989. Windows color (decimal): -2659996 or 6580695. OLE color: 6580695.

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

Color convert

RGB215105100-
CMYK00.510.530.16
HSL2.61º58.97%61.76%-
HSV(B)2.61º53.49%84.31%-
XYZ35.3825.4715.11-
YUV137.32106.94183.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.19%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 100 (39.45% from 255) = 23.81%
R=51.19%
G=25%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510510000.510.530.162.6158.9761.76
HexD76964033351033b3e
Octal327151144063652037376
Binary110101111101001110010001100111101011000011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76964; }

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

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

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

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

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

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

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

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