#DBD18B

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

Shades of Sandwisp #DBD18B

Tints of Sandwisp #DBD18B

Color information

#DBD18B (or 0xDBD18B) is unknown color: approx Sandwisp. HEX triplet: DB, D1 and 8B. RGB value is (219,209,139). Sum of RGB (Red+Green+Blue) = 219+209+139=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD18B is #242E74. Grayscale: #CCCCCC. Windows color (decimal): -2371189 or 9163227. OLE color: 9163227.

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

Color convert

RGB219209139-
CMYK00.050.370.14
HSL52.5º52.63%70.2%-
HSV(B)52.5º36.53%85.88%-
XYZ56.6762.5333.51-
YUV204.0191.31138.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 209 (82.03% from 255) = 36.86%
BLUE value IS 139 (54.69% from 255) = 24.51%
R=38.62%
G=36.86%
B=24.51%

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
Decimal21920913900.050.370.1452.552.6370.2
HexDBD18B0525E343546
Octal3333212130545166465106
Binary110110111101000110001011010110010111101101001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD18B; }

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

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

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

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

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

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

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

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