#DDCB80

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

Shades of Sandwisp #DDCB80

Tints of Sandwisp #DDCB80

Color information

#DDCB80 (or 0xDDCB80) is unknown color: approx Sandwisp. HEX triplet: DD, CB and 80. RGB value is (221,203,128). Sum of RGB (Red+Green+Blue) = 221+203+128=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB80 is #22347F. Grayscale: #C8C8C8. Windows color (decimal): -2241664 or 8440797. OLE color: 8440797.

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

Color convert

RGB221203128-
CMYK00.080.420.13
HSL48.39º57.76%68.43%-
HSV(B)48.39º42.08%86.67%-
XYZ55.0759.6429.03-
YUV199.8387.46143.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 203 (79.69% from 255) = 36.78%
BLUE value IS 128 (50.39% from 255) = 23.19%
R=40.04%
G=36.78%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120312800.080.420.1348.3957.7668.43
HexDDCB80082AD303a44
Octal33531320001052156072104
Binary1101110111001011100000000100010101011011100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB80; }

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

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

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

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

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

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

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

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