#D6A58D

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

Shades of Rose #D6A58D

Tints of Rose #D6A58D

Color information

#D6A58D (or 0xD6A58D) is unknown color: approx Rose. HEX triplet: D6, A5 and 8D. RGB value is (214,165,141). Sum of RGB (Red+Green+Blue) = 214+165+141=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A58D is #295A72. Grayscale: #B1B1B1. Windows color (decimal): -2710131 or 9283030. OLE color: 9283030.

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

Color convert

RGB214165141-
CMYK00.230.340.16
HSL19.73º47.1%69.61%-
HSV(B)19.73º34.11%83.92%-
XYZ45.9943.1331.1-
YUV176.92107.73154.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 165 (64.84% from 255) = 31.73%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=41.15%
G=31.73%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416514100.230.340.1619.7347.169.61
HexD6A58D0172210142f46
Octal32624521502742202457106
Binary11010110101001011000110101011110001010000101001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A58D; }

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

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

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

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

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

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

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

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