#D7CD94

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

Shades of Tahuna Sands #D7CD94

Tints of Tahuna Sands #D7CD94

Color information

#D7CD94 (or 0xD7CD94) is unknown color: approx Tahuna Sands. HEX triplet: D7, CD and 94. RGB value is (215,205,148). Sum of RGB (Red+Green+Blue) = 215+205+148=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CD94 is #28326B. Grayscale: #C9C9C9. Windows color (decimal): -2634348 or 9752023. OLE color: 9752023.

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

Color convert

RGB215205148-
CMYK00.050.310.16
HSL51.04º45.58%71.18%-
HSV(B)51.04º31.16%84.31%-
XYZ55.260.2536.74-
YUV201.4997.81137.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.85%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 148 (58.20% from 255) = 26.06%
R=37.85%
G=36.09%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520514800.050.310.1651.0445.5871.18
HexD7CD94051F10332e47
Octal3273152240537206356107
Binary110101111100110110010100010111111100001100111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CD94; }

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

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

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

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

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

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

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

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