#D5A68D

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

Shades of Rose #D5A68D

Tints of Rose #D5A68D

Color information

#D5A68D (or 0xD5A68D) is unknown color: approx Rose. HEX triplet: D5, A6 and 8D. RGB value is (213,166,141). Sum of RGB (Red+Green+Blue) = 213+166+141=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A68D is #2A5972. Grayscale: #B1B1B1. Windows color (decimal): -2775411 or 9283285. OLE color: 9283285.

HSL color Cylindrical-coordinate representation of color #D5A68D: hue angle of 20.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A68D is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213166141-
CMYK00.220.340.16
HSL20.83º46.15%69.41%-
HSV(B)20.83º33.8%83.53%-
XYZ45.8843.3431.15-
YUV177.2107.57153.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=40.96%
G=31.92%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316614100.220.340.1620.8346.1569.41
HexD5A68D0162210152e45
Octal32524621502642202556105
Binary11010101101001101000110101011010001010000101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A68D; }

 p { color: rgb(213,166,141); }

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

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

 a { background-color: rgb(213,166,141); }

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

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

 span { border-color: rgb(213,166,141); }

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