#DDCF93

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

Shades of Tahuna Sands #DDCF93

Tints of Tahuna Sands #DDCF93

Color information

#DDCF93 (or 0xDDCF93) is unknown color: approx Tahuna Sands. HEX triplet: DD, CF and 93. RGB value is (221,207,147). Sum of RGB (Red+Green+Blue) = 221+207+147=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF93 is #22306C. Grayscale: #CCCCCC. Windows color (decimal): -2240621 or 9687005. OLE color: 9687005.

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

Color convert

RGB221207147-
CMYK00.060.330.13
HSL48.65º52.11%72.16%-
HSV(B)48.65º33.48%86.67%-
XYZ57.462.136.57-
YUV204.3595.64139.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 147 (57.81% from 255) = 25.57%
R=38.43%
G=36%
B=25.57%

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
Decimal22120714700.060.330.1348.6552.1172.16
HexDDCF930621D313448
Octal3353172230641156164110
Binary110111011100111110010011011010000111011100011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF93; }

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

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

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

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

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

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

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

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