#DDD27F

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

Shades of Sandwisp #DDD27F

Tints of Sandwisp #DDD27F

Color information

#DDD27F (or 0xDDD27F) is unknown color: approx Sandwisp. HEX triplet: DD, D2 and 7F. RGB value is (221,210,127). Sum of RGB (Red+Green+Blue) = 221+210+127=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD27F is #222D80. Grayscale: #CCCCCC. Windows color (decimal): -2239873 or 8377053. OLE color: 8377053.

HSL color Cylindrical-coordinate representation of color #DDD27F: hue angle of 52.98º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDD27F is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221210127-
CMYK00.050.430.13
HSL52.98º58.02%68.24%-
HSV(B)52.98º42.53%86.67%-
XYZ56.76329.25-
YUV203.8384.64140.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 210 (82.42% from 255) = 37.63%
BLUE value IS 127 (50% from 255) = 22.76%
R=39.61%
G=37.63%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121012700.050.430.1352.9858.0268.24
HexDDD27F052BD353a44
Octal3353221770553156572104
Binary11011101110100101111111010110101111011101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD27F; }

 p { color: rgb(221,210,127); }

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

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

 a { background-color: rgb(221,210,127); }

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

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

 span { border-color: rgb(221,210,127); }

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