#DDC67C

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

Shades of Sandwisp #DDC67C

Tints of Sandwisp #DDC67C

Color information

#DDC67C (or 0xDDC67C) is unknown color: approx Sandwisp. HEX triplet: DD, C6 and 7C. RGB value is (221,198,124). Sum of RGB (Red+Green+Blue) = 221+198+124=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC67C is #223983. Grayscale: #C4C4C4. Windows color (decimal): -2242948 or 8177373. OLE color: 8177373.

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

Color convert

RGB221198124-
CMYK00.100.440.13
HSL45.77º58.79%67.65%-
HSV(B)45.77º43.89%86.67%-
XYZ53.6557.2227.28-
YUV196.4487.12145.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 124 (48.83% from 255) = 22.84%
R=40.70%
G=36.46%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119812400.100.440.1345.7758.7967.65
HexDDC67C0A2CD2e3b44
Octal33530617401254155673104
Binary110111011100011011111000101010110011011011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC67C; }

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

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

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

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

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

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

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

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