#D1CD92

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

Shades of Tahuna Sands #D1CD92

Tints of Tahuna Sands #D1CD92

Color information

#D1CD92 (or 0xD1CD92) is unknown color: approx Tahuna Sands. HEX triplet: D1, CD and 92. RGB value is (209,205,146). Sum of RGB (Red+Green+Blue) = 209+205+146=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CD92 is #2E326D. Grayscale: #C7C7C7. Windows color (decimal): -3027566 or 9620945. OLE color: 9620945.

HSL color Cylindrical-coordinate representation of color #D1CD92: hue angle of 56.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1CD92 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB209205146-
CMYK00.020.300.18
HSL56.19º40.65%69.61%-
HSV(B)56.19º30.14%81.96%-
XYZ53.3159.2935.83-
YUV199.4797.83134.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 146 (57.42% from 255) = 26.07%
R=37.32%
G=36.61%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920514600.020.300.1856.1940.6569.61
HexD1CD92021E12382946
Octal3213152220236227051106
Binary11010001110011011001001001011110100101110001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CD92; }

 p { color: rgb(209,205,146); }

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

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

 a { background-color: rgb(209,205,146); }

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

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

 span { border-color: rgb(209,205,146); }

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