#D2CD9D

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

Shades of Tahuna Sands #D2CD9D

Tints of Tahuna Sands #D2CD9D

Color information

#D2CD9D (or 0xD2CD9D) is unknown color: approx Tahuna Sands. HEX triplet: D2, CD and 9D. RGB value is (210,205,157). Sum of RGB (Red+Green+Blue) = 210+205+157=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CD9D is #2D3262. Grayscale: #C9C9C9. Windows color (decimal): -2962019 or 10341842. OLE color: 10341842.

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

Color convert

RGB210205157-
CMYK00.020.250.18
HSL54.34º37.06%71.96%-
HSV(B)54.34º25.24%82.35%-
XYZ54.559.840.57-
YUV201.02103.16134.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.71%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 157 (61.72% from 255) = 27.45%
R=36.71%
G=35.84%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020515700.020.250.1854.3437.0671.96
HexD2CD9D021912362548
Octal3223152350231226645110
Binary11010010110011011001110101011001100101101101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CD9D; }

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

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

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

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

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

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

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

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