#DCCA81

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

Shades of Sandwisp #DCCA81

Tints of Sandwisp #DCCA81

Color information

#DCCA81 (or 0xDCCA81) is unknown color: approx Sandwisp. HEX triplet: DC, CA and 81. RGB value is (220,202,129). Sum of RGB (Red+Green+Blue) = 220+202+129=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA81 is #23357E. Grayscale: #C7C7C7. Windows color (decimal): -2307455 or 8506076. OLE color: 8506076.

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

Color convert

RGB220202129-
CMYK00.080.410.14
HSL48.13º56.52%68.43%-
HSV(B)48.13º41.36%86.27%-
XYZ54.659.0429.29-
YUV199.0688.46142.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 129 (50.78% from 255) = 23.41%
R=39.93%
G=36.66%
B=23.41%

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
Decimal22020212900.080.410.1448.1356.5268.43
HexDCCA810829E303944
Octal33431220101051166071104
Binary1101110011001010100000010100010100111101100001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA81; }

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

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

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

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

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

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

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

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