#DCCA77

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

Shades of Sandwisp #DCCA77

Tints of Sandwisp #DCCA77

Color information

#DCCA77 (or 0xDCCA77) is unknown color: approx Sandwisp. HEX triplet: DC, CA and 77. RGB value is (220,202,119). Sum of RGB (Red+Green+Blue) = 220+202+119=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA77 is #233588. Grayscale: #C6C6C6. Windows color (decimal): -2307465 or 7850716. OLE color: 7850716.

HSL color Cylindrical-coordinate representation of color #DCCA77: hue angle of 49.31º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCCA77 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220202119-
CMYK00.080.460.14
HSL49.31º59.06%66.47%-
HSV(B)49.31º45.91%86.27%-
XYZ53.9758.7925.96-
YUV197.9283.46143.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 119 (46.88% from 255) = 22.00%
R=40.67%
G=37.34%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020211900.080.460.1449.3159.0666.47
HexDCCA77082EE313b42
Octal33431216701056166173102
Binary110111001100101011101110100010111011101100011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA77; }

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

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

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

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

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

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

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

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