#DDD07B

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

Shades of Sandwisp #DDD07B

Tints of Sandwisp #DDD07B

Color information

#DDD07B (or 0xDDD07B) is unknown color: approx Sandwisp. HEX triplet: DD, D0 and 7B. RGB value is (221,208,123). Sum of RGB (Red+Green+Blue) = 221+208+123=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD07B is #222F84. Grayscale: #CACACA. Windows color (decimal): -2240389 or 8114397. OLE color: 8114397.

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

Color convert

RGB221208123-
CMYK00.060.440.13
HSL52.04º59.04%67.45%-
HSV(B)52.04º44.34%86.67%-
XYZ55.9561.9127.74-
YUV202.283.31141.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 123 (48.44% from 255) = 22.28%
R=40.04%
G=37.68%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120812300.060.440.1352.0459.0467.45
HexDDD07B062CD343b43
Octal3353201730654156473103
Binary11011101110100001111011011010110011011101001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD07B; }

 p { color: rgb(221,208,123); }

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

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

 a { background-color: rgb(221,208,123); }

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

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

 span { border-color: rgb(221,208,123); }

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