#DDCF89

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

Shades of Sandwisp #DDCF89

Tints of Sandwisp #DDCF89

Color information

#DDCF89 (or 0xDDCF89) is unknown color: approx Sandwisp. HEX triplet: DD, CF and 89. RGB value is (221,207,137). Sum of RGB (Red+Green+Blue) = 221+207+137=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF89 is #223076. Grayscale: #CBCBCB. Windows color (decimal): -2240631 or 9031645. OLE color: 9031645.

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

Color convert

RGB221207137-
CMYK00.060.380.13
HSL50º55.26%70.2%-
HSV(B)50º38.01%86.67%-
XYZ56.6561.832.61-
YUV203.2190.64140.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 207 (81.25% from 255) = 36.64%
BLUE value IS 137 (53.91% from 255) = 24.25%
R=39.12%
G=36.64%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120713700.060.380.135055.2670.2
HexDDCF890626D323746
Octal3353172110646156267106
Binary110111011100111110001001011010011011011100101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF89; }

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

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

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

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

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

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

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

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