#dccc7f

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

Shades of Sandwisp #DCCC7F

Tints of Sandwisp #DCCC7F

Color information

#DCCC7F (or 0xDCCC7F) is unknown color: approx Sandwisp. HEX triplet: DC, CC and 7F. RGB value is (220,204,127). Sum of RGB (Red+Green+Blue) = 220+204+127=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC7F is #233380. Grayscale: #C8C8C8. Windows color (decimal): -2306945 or 8375516. OLE color: 8375516.

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

Color convert

RGB220204127-
CMYK00.070.420.14
HSL49.68º57.06%68.04%-
HSV(B)49.68º42.27%86.27%-
XYZ54.9459.9328.75-
YUV200.0186.8142.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 127 (50% from 255) = 23.05%
R=39.93%
G=37.02%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020412700.070.420.1449.6857.0668.04
HexDCCC7F072AE323944
Octal3343141770752166271104
Binary11011100110011001111111011110101011101100101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dccc7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dccc7f; }

 p { color: rgb(220,204,127); }

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

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

 a { background-color: rgb(220,204,127); }

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

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

 span { border-color: rgb(220,204,127); }

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