#D2CD9B

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

Shades of Tahuna Sands #D2CD9B

Tints of Tahuna Sands #D2CD9B

Color information

#D2CD9B (or 0xD2CD9B) is unknown color: approx Tahuna Sands. HEX triplet: D2, CD and 9B. RGB value is (210,205,155). Sum of RGB (Red+Green+Blue) = 210+205+155=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CD9B is #2D3264. Grayscale: #C9C9C9. Windows color (decimal): -2962021 or 10210770. OLE color: 10210770.

HSL color Cylindrical-coordinate representation of color #D2CD9B: hue angle of 54.55º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2CD9B is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB210205155-
CMYK00.020.260.18
HSL54.55º37.93%71.57%-
HSV(B)54.55º26.19%82.35%-
XYZ54.3359.7339.68-
YUV200.8102.16134.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 155 (60.94% from 255) = 27.19%
R=36.84%
G=35.96%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020515500.020.260.1854.5537.9371.57
HexD2CD9B021A12372648
Octal3223152330232226746110
Binary11010010110011011001101101011010100101101111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CD9B; }

 p { color: rgb(210,205,155); }

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

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

 a { background-color: rgb(210,205,155); }

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

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

 span { border-color: rgb(210,205,155); }

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