#D6A68F

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

Shades of Rose #D6A68F

Tints of Rose #D6A68F

Color information

#D6A68F (or 0xD6A68F) is unknown color: approx Rose. HEX triplet: D6, A6 and 8F. RGB value is (214,166,143). Sum of RGB (Red+Green+Blue) = 214+166+143=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A68F is #295970. Grayscale: #B1B1B1. Windows color (decimal): -2709873 or 9414358. OLE color: 9414358.

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

Color convert

RGB214166143-
CMYK00.220.330.16
HSL19.44º46.41%70%-
HSV(B)19.44º33.18%83.92%-
XYZ46.3343.5531.95-
YUV177.73108.4153.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 143 (56.25% from 255) = 27.34%
R=40.92%
G=31.74%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416614300.220.330.1619.4446.4170
HexD6A68F0162110132e46
Octal32624621702641202356106
Binary11010110101001101000111101011010000110000100111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A68F; }

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

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

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

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

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

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

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

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