#D5CC8E

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

Shades of Tahuna Sands #D5CC8E

Tints of Tahuna Sands #D5CC8E

Color information

#D5CC8E (or 0xD5CC8E) is unknown color: approx Tahuna Sands. HEX triplet: D5, CC and 8E. RGB value is (213,204,142). Sum of RGB (Red+Green+Blue) = 213+204+142=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CC8E is #2A3371. Grayscale: #C7C7C7. Windows color (decimal): -2765682 or 9358549. OLE color: 9358549.

HSL color Cylindrical-coordinate representation of color #D5CC8E: hue angle of 52.39º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5CC8E is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213204142-
CMYK00.040.330.16
HSL52.39º45.81%69.61%-
HSV(B)52.39º33.33%83.53%-
XYZ53.9259.2834.19-
YUV199.6295.48137.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 142 (55.86% from 255) = 25.40%
R=38.10%
G=36.49%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320414200.040.330.1652.3945.8169.61
HexD5CC8E042110342e46
Octal3253142160441206456106
Binary1101010111001100100011100100100001100001101001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CC8E; }

 p { color: rgb(213,204,142); }

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

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

 a { background-color: rgb(213,204,142); }

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

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

 span { border-color: rgb(213,204,142); }

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