#D5685A

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

Shades of Roman #D5685A

Tints of Roman #D5685A

Color information

#D5685A (or 0xD5685A) is unknown color: approx Roman. HEX triplet: D5, 68 and 5A. RGB value is (213,104,90). Sum of RGB (Red+Green+Blue) = 213+104+90=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5685A is #2A97A5. Grayscale: #878787. Windows color (decimal): -2791334 or 5925077. OLE color: 5925077.

HSL color Cylindrical-coordinate representation of color #D5685A: hue angle of 6.83º 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 #D5685A is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB21310490-
CMYK00.510.580.16
HSL6.83º59.42%59.41%-
HSV(B)6.83º57.75%83.53%-
XYZ34.2424.7812.65-
YUV134.99102.61183.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=52.33%
G=25.55%
B=22.11%

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
Decimal2131049000.510.580.166.8359.4259.41
HexD5685A0333A1073b3b
Octal325150132063722077373
Binary1101010111010001011010011001111101010000111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5685A; }

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

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

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

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

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

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

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

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