#D9CB94

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

Shades of Tahuna Sands #D9CB94

Tints of Tahuna Sands #D9CB94

Color information

#D9CB94 (or 0xD9CB94) is unknown color: approx Tahuna Sands. HEX triplet: D9, CB and 94. RGB value is (217,203,148). Sum of RGB (Red+Green+Blue) = 217+203+148=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CB94 is #26346B. Grayscale: #C9C9C9. Windows color (decimal): -2503788 or 9751513. OLE color: 9751513.

HSL color Cylindrical-coordinate representation of color #D9CB94: hue angle of 47.83º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9CB94 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB217203148-
CMYK00.060.320.15
HSL47.83º47.59%71.57%-
HSV(B)47.83º31.8%85.1%-
XYZ55.3259.636.61-
YUV200.9298.14139.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 148 (58.20% from 255) = 26.06%
R=38.20%
G=35.74%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720314800.060.320.1547.8347.5971.57
HexD9CB940620F303048
Octal3313132240640176060110
Binary110110011100101110010100011010000011111100001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CB94; }

 p { color: rgb(217,203,148); }

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

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

 a { background-color: rgb(217,203,148); }

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

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

 span { border-color: rgb(217,203,148); }

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