#DCCE7D

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

Shades of Sandwisp #DCCE7D

Tints of Sandwisp #DCCE7D

Color information

#DCCE7D (or 0xDCCE7D) is unknown color: approx Sandwisp. HEX triplet: DC, CE and 7D. RGB value is (220,206,125). Sum of RGB (Red+Green+Blue) = 220+206+125=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE7D is #233182. Grayscale: #C9C9C9. Windows color (decimal): -2306435 or 8244956. OLE color: 8244956.

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

Color convert

RGB220206125-
CMYK00.060.430.14
HSL51.16º57.58%67.65%-
HSV(B)51.16º43.18%86.27%-
XYZ55.2960.8428.23-
YUV200.9585.14141.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 125 (49.22% from 255) = 22.69%
R=39.93%
G=37.39%
B=22.69%

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
Decimal22020612500.060.430.1451.1657.5867.65
HexDCCE7D062BE333a44
Octal3343161750653166372104
Binary11011100110011101111101011010101111101100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE7D; }

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

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

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

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

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

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

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

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