#DCD081

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

Shades of Sandwisp #DCD081

Tints of Sandwisp #DCD081

Color information

#DCD081 (or 0xDCD081) is unknown color: approx Sandwisp. HEX triplet: DC, D0 and 81. RGB value is (220,208,129). Sum of RGB (Red+Green+Blue) = 220+208+129=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD081 is #232F7E. Grayscale: #CACACA. Windows color (decimal): -2305919 or 8507612. OLE color: 8507612.

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

Color convert

RGB220208129-
CMYK00.050.410.14
HSL52.09º56.52%68.43%-
HSV(B)52.09º41.36%86.27%-
XYZ56.0361.9129.77-
YUV202.5886.48140.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 129 (50.78% from 255) = 23.16%
R=39.50%
G=37.34%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020812900.050.410.1452.0956.5268.43
HexDCD0810529E343944
Octal3343202010551166471104
Binary110111001101000010000001010110100111101101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD081; }

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

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

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

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

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

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

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

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