#DCCD82

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

Shades of Sandwisp #DCCD82

Tints of Sandwisp #DCCD82

Color information

#DCCD82 (or 0xDCCD82) is unknown color: approx Sandwisp. HEX triplet: DC, CD and 82. RGB value is (220,205,130). Sum of RGB (Red+Green+Blue) = 220+205+130=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD82 is #23327D. Grayscale: #C9C9C9. Windows color (decimal): -2306686 or 8572380. OLE color: 8572380.

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

Color convert

RGB220205130-
CMYK00.070.410.14
HSL50º56.25%68.63%-
HSV(B)50º40.91%86.27%-
XYZ55.3860.4929.88-
YUV200.9487.97141.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 130 (51.17% from 255) = 23.42%
R=39.64%
G=36.94%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020513000.070.410.145056.2568.63
HexDCCD820729E323845
Octal3343152020751166270105
Binary110111001100110110000010011110100111101100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD82; }

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

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

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

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

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

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

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

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