#DCCA7A

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

Shades of Sandwisp #DCCA7A

Tints of Sandwisp #DCCA7A

Color information

#DCCA7A (or 0xDCCA7A) is unknown color: approx Sandwisp. HEX triplet: DC, CA and 7A. RGB value is (220,202,122). Sum of RGB (Red+Green+Blue) = 220+202+122=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA7A is #233585. Grayscale: #C6C6C6. Windows color (decimal): -2307462 or 8047324. OLE color: 8047324.

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

Color convert

RGB220202122-
CMYK00.080.450.14
HSL48.98º58.33%67.06%-
HSV(B)48.98º44.55%86.27%-
XYZ54.1558.8626.92-
YUV198.2684.96143.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 122 (48.05% from 255) = 22.43%
R=40.44%
G=37.13%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020212200.080.450.1448.9858.3367.06
HexDCCA7A082DE313a43
Octal33431217201055166172103
Binary110111001100101011110100100010110111101100011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA7A; }

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

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

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

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

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

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

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

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