#DDD28B

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

Shades of Sandwisp #DDD28B

Tints of Sandwisp #DDD28B

Color information

#DDD28B (or 0xDDD28B) is unknown color: approx Sandwisp. HEX triplet: DD, D2 and 8B. RGB value is (221,210,139). Sum of RGB (Red+Green+Blue) = 221+210+139=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD28B is #222D74. Grayscale: #CDCDCD. Windows color (decimal): -2239861 or 9163485. OLE color: 9163485.

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

Color convert

RGB221210139-
CMYK00.050.370.13
HSL51.95º54.67%70.59%-
HSV(B)51.95º37.1%86.67%-
XYZ57.5363.3333.62-
YUV205.290.64139.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 139 (54.69% from 255) = 24.39%
R=38.77%
G=36.84%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121013900.050.370.1351.9554.6770.59
HexDDD28B0525D343747
Octal3353222130545156467107
Binary110111011101001010001011010110010111011101001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD28B; }

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

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

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

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

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

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

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

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