#D4CD9A

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

Shades of Tahuna Sands #D4CD9A

Tints of Tahuna Sands #D4CD9A

Color information

#D4CD9A (or 0xD4CD9A) is unknown color: approx Tahuna Sands. HEX triplet: D4, CD and 9A. RGB value is (212,205,154). Sum of RGB (Red+Green+Blue) = 212+205+154=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CD9A is #2B3265. Grayscale: #C9C9C9. Windows color (decimal): -2830950 or 10145236. OLE color: 10145236.

HSL color Cylindrical-coordinate representation of color #D4CD9A: hue angle of 52.76º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4CD9A is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212205154-
CMYK00.030.270.17
HSL52.76º40.28%71.76%-
HSV(B)52.76º27.36%83.14%-
XYZ54.8259.9939.26-
YUV201.28101.32135.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 154 (60.55% from 255) = 26.97%
R=37.13%
G=35.90%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220515400.030.270.1752.7640.2871.76
HexD4CD9A031B11352848
Octal3243152320333216550110
Binary11010100110011011001101001111011100011101011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD9A; }

 p { color: rgb(212,205,154); }

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

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

 a { background-color: rgb(212,205,154); }

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

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

 span { border-color: rgb(212,205,154); }

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