#DDCF96

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

Shades of Tahuna Sands #DDCF96

Tints of Tahuna Sands #DDCF96

Color information

#DDCF96 (or 0xDDCF96) is unknown color: approx Tahuna Sands. HEX triplet: DD, CF and 96. RGB value is (221,207,150). Sum of RGB (Red+Green+Blue) = 221+207+150=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF96 is #223069. Grayscale: #CCCCCC. Windows color (decimal): -2240618 or 9883613. OLE color: 9883613.

HSL color Cylindrical-coordinate representation of color #DDCF96: hue angle of 48.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDCF96 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB221207150-
CMYK00.060.320.13
HSL48.17º51.08%72.75%-
HSV(B)48.17º32.13%86.67%-
XYZ57.6462.237.82-
YUV204.6997.14139.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 207 (81.25% from 255) = 35.81%
BLUE value IS 150 (58.98% from 255) = 25.95%
R=38.24%
G=35.81%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120715000.060.320.1348.1751.0872.75
HexDDCF960620D303349
Octal3353172260640156063111
Binary110111011100111110010110011010000011011100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF96; }

 p { color: rgb(221,207,150); }

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

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

 a { background-color: rgb(221,207,150); }

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

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

 span { border-color: rgb(221,207,150); }

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