#D6A594

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

Shades of Rose #D6A594

Tints of Rose #D6A594

Color information

#D6A594 (or 0xD6A594) is unknown color: approx Rose. HEX triplet: D6, A5 and 94. RGB value is (214,165,148). Sum of RGB (Red+Green+Blue) = 214+165+148=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A594 is #295A6B. Grayscale: #B1B1B1. Windows color (decimal): -2710124 or 9741782. OLE color: 9741782.

HSL color Cylindrical-coordinate representation of color #D6A594: hue angle of 15.45º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6A594 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214165148-
CMYK00.230.310.16
HSL15.45º44.59%70.98%-
HSV(B)15.45º30.84%83.92%-
XYZ46.5343.3433.93-
YUV177.71111.23153.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 165 (64.84% from 255) = 31.31%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=40.61%
G=31.31%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416514800.230.310.1615.4544.5970.98
HexD6A5940171F10f2d47
Octal32624522402737201755107
Binary110101101010010110010100010111111111000011111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A594; }

 p { color: rgb(214,165,148); }

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

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

 a { background-color: rgb(214,165,148); }

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

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

 span { border-color: rgb(214,165,148); }

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