#DDC67D

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

Shades of Sandwisp #DDC67D

Tints of Sandwisp #DDC67D

Color information

#DDC67D (or 0xDDC67D) is unknown color: approx Sandwisp. HEX triplet: DD, C6 and 7D. RGB value is (221,198,125). Sum of RGB (Red+Green+Blue) = 221+198+125=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC67D is #223982. Grayscale: #C4C4C4. Windows color (decimal): -2242947 or 8242909. OLE color: 8242909.

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

Color convert

RGB221198125-
CMYK00.100.430.13
HSL45.62º58.54%67.84%-
HSV(B)45.62º43.44%86.67%-
XYZ53.7157.2427.62-
YUV196.5687.62145.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=40.62%
G=36.40%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119812500.100.430.1345.6258.5467.84
HexDDC67D0A2BD2e3b44
Octal33530617501253155673104
Binary110111011100011011111010101010101111011011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC67D; }

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

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

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

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

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

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

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

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