#D0CF9B

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

Shades of Tahuna Sands #D0CF9B

Tints of Tahuna Sands #D0CF9B

Color information

#D0CF9B (or 0xD0CF9B) is unknown color: approx Tahuna Sands. HEX triplet: D0, CF and 9B. RGB value is (208,207,155). Sum of RGB (Red+Green+Blue) = 208+207+155=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CF9B is #2F3064. Grayscale: #C9C9C9. Windows color (decimal): -3092581 or 10211280. OLE color: 10211280.

HSL color Cylindrical-coordinate representation of color #D0CF9B: hue angle of 58.87º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0CF9B is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208207155-
CMYK00.000.250.18
HSL58.87º36.05%71.18%-
HSV(B)58.87º25.48%81.57%-
XYZ54.2460.439.81-
YUV201.37101.83132.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 155 (60.94% from 255) = 27.19%
R=36.49%
G=36.32%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820715500.000.250.1858.8736.0571.18
HexD0CF9B0019123b2447
Octal3203172330031227344107
Binary1101000011001111100110110011001100101110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CF9B; }

 p { color: rgb(208,207,155); }

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

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

 a { background-color: rgb(208,207,155); }

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

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

 span { border-color: rgb(208,207,155); }

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