#DDCB8B

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

Shades of Sandwisp #DDCB8B

Tints of Sandwisp #DDCB8B

Color information

#DDCB8B (or 0xDDCB8B) is unknown color: approx Sandwisp. HEX triplet: DD, CB and 8B. RGB value is (221,203,139). Sum of RGB (Red+Green+Blue) = 221+203+139=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB8B is #223474. Grayscale: #C9C9C9. Windows color (decimal): -2241653 or 9161693. OLE color: 9161693.

HSL color Cylindrical-coordinate representation of color #DDCB8B: hue angle of 46.83º 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 #DDCB8B is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB221203139-
CMYK00.080.370.13
HSL46.83º54.67%70.59%-
HSV(B)46.83º37.1%86.67%-
XYZ55.8359.9533.05-
YUV201.0992.96142.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 139 (54.69% from 255) = 24.69%
R=39.25%
G=36.06%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120313900.080.370.1346.8354.6770.59
HexDDCB8B0825D2f3747
Octal33531321301045155767107
Binary1101110111001011100010110100010010111011011111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB8B; }

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

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

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

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

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

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

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

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