#D0CD94

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

Shades of Tahuna Sands #D0CD94

Tints of Tahuna Sands #D0CD94

Color information

#D0CD94 (or 0xD0CD94) is unknown color: approx Tahuna Sands. HEX triplet: D0, CD and 94. RGB value is (208,205,148). Sum of RGB (Red+Green+Blue) = 208+205+148=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CD94 is #2F326B. Grayscale: #C7C7C7. Windows color (decimal): -3093100 or 9752016. OLE color: 9752016.

HSL color Cylindrical-coordinate representation of color #D0CD94: hue angle of 57º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0CD94 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB208205148-
CMYK00.010.290.18
HSL57º38.96%69.8%-
HSV(B)57º28.85%81.57%-
XYZ53.1959.2136.64-
YUV199.498.99134.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=37.08%
G=36.54%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820514800.010.290.185738.9669.8
HexD0CD94011D12392746
Octal3203152240135227147106
Binary1101000011001101100101000111101100101110011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD94; }

 p { color: rgb(208,205,148); }

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

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

 a { background-color: rgb(208,205,148); }

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

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

 span { border-color: rgb(208,205,148); }

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