#DCCA7F

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

Shades of Sandwisp #DCCA7F

Tints of Sandwisp #DCCA7F

Color information

#DCCA7F (or 0xDCCA7F) is unknown color: approx Sandwisp. HEX triplet: DC, CA and 7F. RGB value is (220,202,127). Sum of RGB (Red+Green+Blue) = 220+202+127=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA7F is #233580. Grayscale: #C7C7C7. Windows color (decimal): -2307457 or 8375004. OLE color: 8375004.

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

Color convert

RGB220202127-
CMYK00.080.420.14
HSL48.39º57.06%68.04%-
HSV(B)48.39º42.27%86.27%-
XYZ54.4758.9928.59-
YUV198.8387.46143.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 127 (50% from 255) = 23.13%
R=40.07%
G=36.79%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020212700.080.420.1448.3957.0668.04
HexDCCA7F082AE303944
Octal33431217701052166071104
Binary110111001100101011111110100010101011101100001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA7F; }

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

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

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

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

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

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

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

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