#D2A68F

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

Shades of Rose #D2A68F

Tints of Rose #D2A68F

Color information

#D2A68F (or 0xD2A68F) is unknown color: approx Rose. HEX triplet: D2, A6 and 8F. RGB value is (210,166,143). Sum of RGB (Red+Green+Blue) = 210+166+143=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A68F is #2D5970. Grayscale: #B0B0B0. Windows color (decimal): -2972017 or 9414354. OLE color: 9414354.

HSL color Cylindrical-coordinate representation of color #D2A68F: hue angle of 20.6º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2A68F is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB210166143-
CMYK00.210.320.18
HSL20.6º42.68%69.22%-
HSV(B)20.6º31.9%82.35%-
XYZ45.1742.9631.9-
YUV176.53109.08151.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 166 (65.23% from 255) = 31.98%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=40.46%
G=31.98%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016614300.210.320.1820.642.6869.22
HexD2A68F0152012152b45
Octal32224621702540222553105
Binary11010010101001101000111101010110000010010101011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A68F; }

 p { color: rgb(210,166,143); }

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

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

 a { background-color: rgb(210,166,143); }

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

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

 span { border-color: rgb(210,166,143); }

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