#DCCF82

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

Shades of Sandwisp #DCCF82

Tints of Sandwisp #DCCF82

Color information

#DCCF82 (or 0xDCCF82) is unknown color: approx Sandwisp. HEX triplet: DC, CF and 82. RGB value is (220,207,130). Sum of RGB (Red+Green+Blue) = 220+207+130=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF82 is #23307D. Grayscale: #CACACA. Windows color (decimal): -2306174 or 8572892. OLE color: 8572892.

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

Color convert

RGB220207130-
CMYK00.060.410.14
HSL51.33º56.25%68.63%-
HSV(B)51.33º40.91%86.27%-
XYZ55.8661.4530.04-
YUV202.1187.31140.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 130 (51.17% from 255) = 23.34%
R=39.50%
G=37.16%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020713000.060.410.1451.3356.2568.63
HexDCCF820629E333845
Octal3343172020651166370105
Binary110111001100111110000010011010100111101100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF82; }

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

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

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

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

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

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

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

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