#D4665F

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

Shades of Roman #D4665F

Tints of Roman #D4665F

Color information

#D4665F (or 0xD4665F) is unknown color: approx Roman. HEX triplet: D4, 66 and 5F. RGB value is (212,102,95). Sum of RGB (Red+Green+Blue) = 212+102+95=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D4665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4665F is #2B99A0. Grayscale: #868686. Windows color (decimal): -2857377 or 6252244. OLE color: 6252244.

HSL color Cylindrical-coordinate representation of color #D4665F: hue angle of 3.59º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4665F is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21210295-
CMYK00.520.550.17
HSL3.59º57.64%60.2%-
HSV(B)3.59º55.19%83.14%-
XYZ33.9724.3313.73-
YUV134.09105.94183.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.83%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=51.83%
G=24.94%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121029500.520.550.173.5957.6460.2
HexD4665F034371143a3c
Octal324146137064672147274
Binary1101010011001101011111011010011011110001100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4665F; }

 p { color: rgb(212,102,95); }

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

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

 a { background-color: rgb(212,102,95); }

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

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

 span { border-color: rgb(212,102,95); }

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