#D5CF92

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

Shades of Tahuna Sands #D5CF92

Tints of Tahuna Sands #D5CF92

Color information

#D5CF92 (or 0xD5CF92) is unknown color: approx Tahuna Sands. HEX triplet: D5, CF and 92. RGB value is (213,207,146). Sum of RGB (Red+Green+Blue) = 213+207+146=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF92 is #2A306D. Grayscale: #CACACA. Windows color (decimal): -2764910 or 9621461. OLE color: 9621461.

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

Color convert

RGB213207146-
CMYK00.030.310.16
HSL54.63º44.37%70.39%-
HSV(B)54.63º31.46%83.53%-
XYZ54.9460.8536.04-
YUV201.8496.49135.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 146 (57.42% from 255) = 25.80%
R=37.63%
G=36.57%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320714600.030.310.1654.6344.3770.39
HexD5CF92031F10372c46
Octal3253172220337206754106
Binary11010101110011111001001001111111100001101111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF92; }

 p { color: rgb(213,207,146); }

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

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

 a { background-color: rgb(213,207,146); }

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

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

 span { border-color: rgb(213,207,146); }

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