#d2cf93

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

Shades of Tahuna Sands #D2CF93

Tints of Tahuna Sands #D2CF93

Color information

#D2CF93 (or 0xD2CF93) is unknown color: approx Tahuna Sands. HEX triplet: D2, CF and 93. RGB value is (210,207,147). Sum of RGB (Red+Green+Blue) = 210+207+147=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CF93 is #2D306C. Grayscale: #C9C9C9. Windows color (decimal): -2961517 or 9686994. OLE color: 9686994.

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

Color convert

RGB210207147-
CMYK00.010.300.18
HSL57.14º41.18%70%-
HSV(B)57.14º30%82.35%-
XYZ54.1660.4336.41-
YUV201.0697.49134.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 147 (57.81% from 255) = 26.06%
R=37.23%
G=36.70%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020714700.010.300.1857.1441.1870
HexD2CF93011E12392946
Octal3223172230136227151106
Binary1101001011001111100100110111110100101110011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2cf93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2cf93; }

 p { color: rgb(210,207,147); }

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

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

 a { background-color: rgb(210,207,147); }

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

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

 span { border-color: rgb(210,207,147); }

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