#D5CB8E

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

Shades of Tahuna Sands #D5CB8E

Tints of Tahuna Sands #D5CB8E

Color information

#D5CB8E (or 0xD5CB8E) is unknown color: approx Tahuna Sands. HEX triplet: D5, CB and 8E. RGB value is (213,203,142). Sum of RGB (Red+Green+Blue) = 213+203+142=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB8E is #2A3471. Grayscale: #C7C7C7. Windows color (decimal): -2765938 or 9358293. OLE color: 9358293.

HSL color Cylindrical-coordinate representation of color #D5CB8E: hue angle of 51.55º 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 #D5CB8E is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213203142-
CMYK00.050.330.16
HSL51.55º45.81%69.61%-
HSV(B)51.55º33.33%83.53%-
XYZ53.6858.8134.11-
YUV199.0495.81137.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 142 (55.86% from 255) = 25.45%
R=38.17%
G=36.38%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320314200.050.330.1651.5545.8169.61
HexD5CB8E052110342e46
Octal3253132160541206456106
Binary1101010111001011100011100101100001100001101001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB8E; }

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

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

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

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

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

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

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

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