#D4695C

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

Shades of Roman #D4695C

Tints of Roman #D4695C

Color information

#D4695C (or 0xD4695C) is unknown color: approx Roman. HEX triplet: D4, 69 and 5C. RGB value is (212,105,92). Sum of RGB (Red+Green+Blue) = 212+105+92=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D4695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4695C is #2B96A3. Grayscale: #878787. Windows color (decimal): -2856612 or 6056404. OLE color: 6056404.

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

Color convert

RGB21210592-
CMYK00.500.570.17
HSL6.5º58.25%59.61%-
HSV(B)6.5º56.6%83.14%-
XYZ34.1324.8713.13-
YUV135.51103.45182.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.83%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=51.83%
G=25.67%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121059200.500.570.176.558.2559.61
HexD4695C032391173a3c
Octal324151134062712177274
Binary1101010011010011011100011001011100110001111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4695C; }

 p { color: rgb(212,105,92); }

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

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

 a { background-color: rgb(212,105,92); }

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

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

 span { border-color: rgb(212,105,92); }

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