#D5695D

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

Shades of Roman #D5695D

Tints of Roman #D5695D

Color information

#D5695D (or 0xD5695D) is unknown color: approx Roman. HEX triplet: D5, 69 and 5D. RGB value is (213,105,93). Sum of RGB (Red+Green+Blue) = 213+105+93=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5695D is #2A96A2. Grayscale: #888888. Windows color (decimal): -2791075 or 6121941. OLE color: 6121941.

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

Color convert

RGB21310593-
CMYK00.510.560.16
HSL58.82%60%-
HSV(B)56.34%83.53%-
XYZ34.4725.0413.37-
YUV135.92103.78182.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=51.82%
G=25.55%
B=22.63%

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
Decimal2131059300.510.560.16658.8260
HexD5695D033381063b3c
Octal325151135063702067374
Binary1101010111010011011101011001111100010000110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5695D; }

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

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

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

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

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

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

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

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