#DDC77D

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

Shades of Sandwisp #DDC77D

Tints of Sandwisp #DDC77D

Color information

#DDC77D (or 0xDDC77D) is unknown color: approx Sandwisp. HEX triplet: DD, C7 and 7D. RGB value is (221,199,125). Sum of RGB (Red+Green+Blue) = 221+199+125=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC77D is #223882. Grayscale: #C5C5C5. Windows color (decimal): -2242691 or 8243165. OLE color: 8243165.

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

Color convert

RGB221199125-
CMYK00.100.430.13
HSL46.25º58.54%67.84%-
HSV(B)46.25º43.44%86.67%-
XYZ53.9457.727.7-
YUV197.1487.29145.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 125 (49.22% from 255) = 22.94%
R=40.55%
G=36.51%
B=22.94%

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
Decimal22119912500.100.430.1346.2558.5467.84
HexDDC77D0A2BD2e3b44
Octal33530717501253155673104
Binary110111011100011111111010101010101111011011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC77D; }

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

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

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

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

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

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

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

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