#DFCC7D

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

Shades of Sandwisp #DFCC7D

Tints of Sandwisp #DFCC7D

Color information

#DFCC7D (or 0xDFCC7D) is unknown color: approx Sandwisp. HEX triplet: DF, CC and 7D. RGB value is (223,204,125). Sum of RGB (Red+Green+Blue) = 223+204+125=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC7D is #203382. Grayscale: #C9C9C9. Windows color (decimal): -2110339 or 8244447. OLE color: 8244447.

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

Color convert

RGB223204125-
CMYK00.090.440.13
HSL48.37º60.49%68.24%-
HSV(B)48.37º43.95%87.45%-
XYZ55.7360.3528.11-
YUV200.6885.29143.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 125 (49.22% from 255) = 22.64%
R=40.40%
G=36.96%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320412500.090.440.1348.3760.4968.24
HexDFCC7D092CD303c44
Octal33731417501154156074104
Binary110111111100110011111010100110110011011100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC7D; }

 p { color: rgb(223,204,125); }

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

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

 a { background-color: rgb(223,204,125); }

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

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

 span { border-color: rgb(223,204,125); }

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