#DDD487

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

Shades of Sandwisp #DDD487

Tints of Sandwisp #DDD487

Color information

#DDD487 (or 0xDDD487) is unknown color: approx Sandwisp. HEX triplet: DD, D4 and 87. RGB value is (221,212,135). Sum of RGB (Red+Green+Blue) = 221+212+135=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 135 (53.12% from 255 or 23.77% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD487 is #222B78. Grayscale: #CECECE. Windows color (decimal): -2239353 or 8901853. OLE color: 8901853.

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

Color convert

RGB221212135-
CMYK00.040.390.13
HSL53.72º55.84%69.8%-
HSV(B)53.72º38.91%86.67%-
XYZ57.7464.2132.27-
YUV205.9187.98138.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 212 (83.20% from 255) = 37.32%
BLUE value IS 135 (53.12% from 255) = 23.77%
R=38.91%
G=37.32%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121213500.040.390.1353.7255.8469.8
HexDDD4870427D363846
Octal3353242070447156670106
Binary110111011101010010000111010010011111011101101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD487; }

 p { color: rgb(221,212,135); }

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

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

 a { background-color: rgb(221,212,135); }

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

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

 span { border-color: rgb(221,212,135); }

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