#ddcc7f

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

Shades of Sandwisp #DDCC7F

Tints of Sandwisp #DDCC7F

Color information

#DDCC7F (or 0xDDCC7F) is unknown color: approx Sandwisp. HEX triplet: DD, CC and 7F. RGB value is (221,204,127). Sum of RGB (Red+Green+Blue) = 221+204+127=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC7F is #223380. Grayscale: #C8C8C8. Windows color (decimal): -2241409 or 8375517. OLE color: 8375517.

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

Color convert

RGB221204127-
CMYK00.080.430.13
HSL49.15º58.02%68.24%-
HSV(B)49.15º42.53%86.67%-
XYZ55.2460.0928.77-
YUV200.386.63142.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 127 (50% from 255) = 23.01%
R=40.04%
G=36.96%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120412700.080.430.1349.1558.0268.24
HexDDCC7F082BD313a44
Octal33531417701053156172104
Binary110111011100110011111110100010101111011100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddcc7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddcc7f; }

 p { color: rgb(221,204,127); }

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

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

 a { background-color: rgb(221,204,127); }

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

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

 span { border-color: rgb(221,204,127); }

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