#D4CD8E

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

Shades of Tahuna Sands #D4CD8E

Tints of Tahuna Sands #D4CD8E

Color information

#D4CD8E (or 0xD4CD8E) is unknown color: approx Tahuna Sands. HEX triplet: D4, CD and 8E. RGB value is (212,205,142). Sum of RGB (Red+Green+Blue) = 212+205+142=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CD8E is #2B3271. Grayscale: #C8C8C8. Windows color (decimal): -2830962 or 9358804. OLE color: 9358804.

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

Color convert

RGB212205142-
CMYK00.030.330.17
HSL54º44.87%69.41%-
HSV(B)54º33.02%83.14%-
XYZ53.8759.6134.26-
YUV199.9195.32136.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 142 (55.86% from 255) = 25.40%
R=37.92%
G=36.67%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220514200.030.330.175444.8769.41
HexD4CD8E032111362d45
Octal3243152160341216655105
Binary110101001100110110001110011100001100011101101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD8E; }

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

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

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

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

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

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

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

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