#D6D090

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

Shades of Tahuna Sands #D6D090

Tints of Tahuna Sands #D6D090

Color information

#D6D090 (or 0xD6D090) is unknown color: approx Tahuna Sands. HEX triplet: D6, D0 and 90. RGB value is (214,208,144). Sum of RGB (Red+Green+Blue) = 214+208+144=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D090 is #292F6F. Grayscale: #CACACA. Windows color (decimal): -2699120 or 9490646. OLE color: 9490646.

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

Color convert

RGB214208144-
CMYK00.030.330.16
HSL54.86º46.05%70.2%-
HSV(B)54.86º32.71%83.92%-
XYZ55.3261.4235.33-
YUV202.594.99136.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 208 (81.64% from 255) = 36.75%
BLUE value IS 144 (56.64% from 255) = 25.44%
R=37.81%
G=36.75%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420814400.030.330.1654.8646.0570.2
HexD6D090032110372e46
Octal3263202200341206756106
Binary110101101101000010010000011100001100001101111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D090; }

 p { color: rgb(214,208,144); }

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

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

 a { background-color: rgb(214,208,144); }

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

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

 span { border-color: rgb(214,208,144); }

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