#DDCF95

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

Shades of Tahuna Sands #DDCF95

Tints of Tahuna Sands #DDCF95

Color information

#DDCF95 (or 0xDDCF95) is unknown color: approx Tahuna Sands. HEX triplet: DD, CF and 95. RGB value is (221,207,149). Sum of RGB (Red+Green+Blue) = 221+207+149=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF95 is #22306A. Grayscale: #CCCCCC. Windows color (decimal): -2240619 or 9818077. OLE color: 9818077.

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

Color convert

RGB221207149-
CMYK00.060.330.13
HSL48.33º51.43%72.55%-
HSV(B)48.33º32.58%86.67%-
XYZ57.5662.1737.4-
YUV204.5796.64139.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 149 (58.59% from 255) = 25.82%
R=38.30%
G=35.88%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120714900.060.330.1348.3351.4372.55
HexDDCF950621D303349
Octal3353172250641156063111
Binary110111011100111110010101011010000111011100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF95; }

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

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

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

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

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

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

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

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