#DCCF7D

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

Shades of Sandwisp #DCCF7D

Tints of Sandwisp #DCCF7D

Color information

#DCCF7D (or 0xDCCF7D) is unknown color: approx Sandwisp. HEX triplet: DC, CF and 7D. RGB value is (220,207,125). Sum of RGB (Red+Green+Blue) = 220+207+125=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF7D is #233082. Grayscale: #C9C9C9. Windows color (decimal): -2306179 or 8245212. OLE color: 8245212.

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

Color convert

RGB220207125-
CMYK00.060.430.14
HSL51.79º57.58%67.65%-
HSV(B)51.79º43.18%86.27%-
XYZ55.5361.3228.31-
YUV201.5484.81141.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 125 (49.22% from 255) = 22.64%
R=39.86%
G=37.5%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020712500.060.430.1451.7957.5867.65
HexDCCF7D062BE343a44
Octal3343171750653166472104
Binary11011100110011111111101011010101111101101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF7D; }

 p { color: rgb(220,207,125); }

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

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

 a { background-color: rgb(220,207,125); }

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

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

 span { border-color: rgb(220,207,125); }

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