#D9A292

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

Shades of Rose #D9A292

Tints of Rose #D9A292

Color information

#D9A292 (or 0xD9A292) is unknown color: approx Rose. HEX triplet: D9, A2 and 92. RGB value is (217,162,146). Sum of RGB (Red+Green+Blue) = 217+162+146=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A292 is #265D6D. Grayscale: #B0B0B0. Windows color (decimal): -2514286 or 9609945. OLE color: 9609945.

HSL color Cylindrical-coordinate representation of color #D9A292: hue angle of 13.52º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9A292 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217162146-
CMYK00.250.330.15
HSL13.52º48.3%71.18%-
HSV(B)13.52º32.72%85.1%-
XYZ46.7242.6732.97-
YUV176.62110.72156.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=41.33%
G=30.86%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716214600.250.330.1513.5248.371.18
HexD9A29201921Fe3047
Octal33124222203141171660107
Binary110110011010001010010010011001100001111111101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A292; }

 p { color: rgb(217,162,146); }

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

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

 a { background-color: rgb(217,162,146); }

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

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

 span { border-color: rgb(217,162,146); }

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