#DDCF97

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

Shades of Tahuna Sands #DDCF97

Tints of Tahuna Sands #DDCF97

Color information

#DDCF97 (or 0xDDCF97) is unknown color: approx Tahuna Sands. HEX triplet: DD, CF and 97. RGB value is (221,207,151). Sum of RGB (Red+Green+Blue) = 221+207+151=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF97 is #223068. Grayscale: #CDCDCD. Windows color (decimal): -2240617 or 9949149. OLE color: 9949149.

HSL color Cylindrical-coordinate representation of color #DDCF97: hue angle of 48º 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 #DDCF97 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB221207151-
CMYK00.060.320.13
HSL48º50.72%72.94%-
HSV(B)48º31.67%86.67%-
XYZ57.7262.2338.25-
YUV204.897.64139.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 151 (59.38% from 255) = 26.08%
R=38.17%
G=35.75%
B=26.08%

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
Decimal22120715100.060.320.134850.7272.94
HexDDCF970620D303349
Octal3353172270640156063111
Binary110111011100111110010111011010000011011100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF97; }

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

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

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

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

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

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

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

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