#D2C69B

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

Shades of Tahuna Sands #D2C69B

Tints of Tahuna Sands #D2C69B

Color information

#D2C69B (or 0xD2C69B) is unknown color: approx Tahuna Sands. HEX triplet: D2, C6 and 9B. RGB value is (210,198,155). Sum of RGB (Red+Green+Blue) = 210+198+155=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C69B is #2D3964. Grayscale: #C4C4C4. Windows color (decimal): -2963813 or 10208978. OLE color: 10208978.

HSL color Cylindrical-coordinate representation of color #D2C69B: hue angle of 46.91º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2C69B is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB210198155-
CMYK00.060.260.18
HSL46.91º37.93%71.57%-
HSV(B)46.91º26.19%82.35%-
XYZ52.6956.4639.13-
YUV196.69104.48137.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=37.30%
G=35.17%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019815500.060.260.1846.9137.9371.57
HexD2C69B061A122f2648
Octal3223062330632225746110
Binary110100101100011010011011011011010100101011111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C69B; }

 p { color: rgb(210,198,155); }

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

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

 a { background-color: rgb(210,198,155); }

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

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

 span { border-color: rgb(210,198,155); }

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