#D5A98B

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

Shades of Cameo #D5A98B

Tints of Cameo #D5A98B

Color information

#D5A98B (or 0xD5A98B) is unknown color: approx Cameo. HEX triplet: D5, A9 and 8B. RGB value is (213,169,139). Sum of RGB (Red+Green+Blue) = 213+169+139=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A98B is #2A5674. Grayscale: #B2B2B2. Windows color (decimal): -2774645 or 9152981. OLE color: 9152981.

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

Color convert

RGB213169139-
CMYK00.210.350.16
HSL24.32º46.84%69.02%-
HSV(B)24.32º34.74%83.53%-
XYZ46.2944.3930.55-
YUV178.74105.58152.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 169 (66.41% from 255) = 32.44%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=40.88%
G=32.44%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316913900.210.350.1624.3246.8469.02
HexD5A98B0152310182f45
Octal32525121302543203057105
Binary11010101101010011000101101010110001110000110001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A98B; }

 p { color: rgb(213,169,139); }

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

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

 a { background-color: rgb(213,169,139); }

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

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

 span { border-color: rgb(213,169,139); }

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