#DDCB83

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

Shades of Sandwisp #DDCB83

Tints of Sandwisp #DDCB83

Color information

#DDCB83 (or 0xDDCB83) is unknown color: approx Sandwisp. HEX triplet: DD, CB and 83. RGB value is (221,203,131). Sum of RGB (Red+Green+Blue) = 221+203+131=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 131 (51.56% from 255 or 23.60% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB83 is #22347C. Grayscale: #C8C8C8. Windows color (decimal): -2241661 or 8637405. OLE color: 8637405.

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

Color convert

RGB221203131-
CMYK00.080.410.13
HSL48º56.96%69.02%-
HSV(B)48º40.72%86.67%-
XYZ55.2759.7230.09-
YUV200.1788.96142.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 131 (51.56% from 255) = 23.60%
R=39.82%
G=36.58%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120313100.080.410.134856.9669.02
HexDDCB830829D303945
Octal33531320301051156071105
Binary1101110111001011100000110100010100111011100001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB83; }

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

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

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

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

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

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

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

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