#DDCF92

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

Shades of Tahuna Sands #DDCF92

Tints of Tahuna Sands #DDCF92

Color information

#DDCF92 (or 0xDDCF92) is unknown color: approx Tahuna Sands. HEX triplet: DD, CF and 92. RGB value is (221,207,146). Sum of RGB (Red+Green+Blue) = 221+207+146=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF92 is #22306D. Grayscale: #CCCCCC. Windows color (decimal): -2240622 or 9621469. OLE color: 9621469.

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

Color convert

RGB221207146-
CMYK00.060.340.13
HSL48.8º52.45%71.96%-
HSV(B)48.8º33.94%86.67%-
XYZ57.3262.0736.15-
YUV204.2395.14139.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 207 (81.25% from 255) = 36.06%
BLUE value IS 146 (57.42% from 255) = 25.44%
R=38.50%
G=36.06%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120714600.060.340.1348.852.4571.96
HexDDCF920622D313448
Octal3353172220642156164110
Binary110111011100111110010010011010001011011100011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF92; }

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

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

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

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

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

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

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

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