#DCCA82

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

Shades of Sandwisp #DCCA82

Tints of Sandwisp #DCCA82

Color information

#DCCA82 (or 0xDCCA82) is unknown color: approx Sandwisp. HEX triplet: DC, CA and 82. RGB value is (220,202,130). Sum of RGB (Red+Green+Blue) = 220+202+130=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA82 is #23357D. Grayscale: #C7C7C7. Windows color (decimal): -2307454 or 8571612. OLE color: 8571612.

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

Color convert

RGB220202130-
CMYK00.080.410.14
HSL48º56.25%68.63%-
HSV(B)48º40.91%86.27%-
XYZ54.6659.0729.64-
YUV199.1788.96142.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 130 (51.17% from 255) = 23.55%
R=39.86%
G=36.59%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020213000.080.410.144856.2568.63
HexDCCA820829E303845
Octal33431220201051166070105
Binary1101110011001010100000100100010100111101100001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA82; }

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

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

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

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

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

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

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

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