#DCD18B

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

Shades of Sandwisp #DCD18B

Tints of Sandwisp #DCD18B

Color information

#DCD18B (or 0xDCD18B) is unknown color: approx Sandwisp. HEX triplet: DC, D1 and 8B. RGB value is (220,209,139). Sum of RGB (Red+Green+Blue) = 220+209+139=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD18B is #232E74. Grayscale: #CCCCCC. Windows color (decimal): -2305653 or 9163228. OLE color: 9163228.

HSL color Cylindrical-coordinate representation of color #DCD18B: hue angle of 51.85º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCD18B is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220209139-
CMYK00.050.370.14
HSL51.85º53.64%70.39%-
HSV(B)51.85º36.82%86.27%-
XYZ56.9862.6833.52-
YUV204.3191.14139.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 209 (82.03% from 255) = 36.80%
BLUE value IS 139 (54.69% from 255) = 24.47%
R=38.73%
G=36.80%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020913900.050.370.1451.8553.6470.39
HexDCD18B0525E343646
Octal3343212130545166466106
Binary110111001101000110001011010110010111101101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD18B; }

 p { color: rgb(220,209,139); }

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

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

 a { background-color: rgb(220,209,139); }

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

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

 span { border-color: rgb(220,209,139); }

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