#D5695A

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

Shades of Roman #D5695A

Tints of Roman #D5695A

Color information

#D5695A (or 0xD5695A) is unknown color: approx Roman. HEX triplet: D5, 69 and 5A. RGB value is (213,105,90). Sum of RGB (Red+Green+Blue) = 213+105+90=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5695A is #2A96A5. Grayscale: #878787. Windows color (decimal): -2791078 or 5925333. OLE color: 5925333.

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

Color convert

RGB21310590-
CMYK00.510.580.16
HSL7.32º59.42%59.41%-
HSV(B)7.32º57.75%83.53%-
XYZ34.3424.9912.69-
YUV135.58102.28183.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.21%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 90 (35.55% from 255) = 22.06%
R=52.21%
G=25.74%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131059000.510.580.167.3259.4259.41
HexD5695A0333A1073b3b
Octal325151132063722077373
Binary1101010111010011011010011001111101010000111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5695A; }

 p { color: rgb(213,105,90); }

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

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

 a { background-color: rgb(213,105,90); }

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

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

 span { border-color: rgb(213,105,90); }

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