#D76A5F

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

Shades of Roman #D76A5F

Tints of Roman #D76A5F

Color information

#D76A5F (or 0xD76A5F) is unknown color: approx Roman. HEX triplet: D7, 6A and 5F. RGB value is (215,106,95). Sum of RGB (Red+Green+Blue) = 215+106+95=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A5F is #2895A0. Grayscale: #898989. Windows color (decimal): -2659745 or 6253271. OLE color: 6253271.

HSL color Cylindrical-coordinate representation of color #D76A5F: hue angle of 5.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D76A5F is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21510695-
CMYK00.510.560.16
HSL5.5º60%60.78%-
HSV(B)5.5º55.81%84.31%-
XYZ35.2425.5813.91-
YUV137.34104.11183.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.68%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 95 (37.5% from 255) = 22.84%
R=51.68%
G=25.48%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151069500.510.560.165.56060.78
HexD76A5F033381063c3d
Octal327152137063702067475
Binary1101011111010101011111011001111100010000110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76A5F; }

 p { color: rgb(215,106,95); }

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

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

 a { background-color: rgb(215,106,95); }

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

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

 span { border-color: rgb(215,106,95); }

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