#DDCE7C

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

Shades of Sandwisp #DDCE7C

Tints of Sandwisp #DDCE7C

Color information

#DDCE7C (or 0xDDCE7C) is unknown color: approx Sandwisp. HEX triplet: DD, CE and 7C. RGB value is (221,206,124). Sum of RGB (Red+Green+Blue) = 221+206+124=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE7C is #223183. Grayscale: #C9C9C9. Windows color (decimal): -2240900 or 8179421. OLE color: 8179421.

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

Color convert

RGB221206124-
CMYK00.070.440.13
HSL50.72º58.79%67.65%-
HSV(B)50.72º43.89%86.67%-
XYZ55.5360.9727.91-
YUV201.1484.47142.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 124 (48.83% from 255) = 22.50%
R=40.11%
G=37.39%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120612400.070.440.1350.7258.7967.65
HexDDCE7C072CD333b44
Octal3353161740754156373104
Binary11011101110011101111100011110110011011100111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE7C; }

 p { color: rgb(221,206,124); }

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

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

 a { background-color: rgb(221,206,124); }

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

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

 span { border-color: rgb(221,206,124); }

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