#DBD18C

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

Shades of Sandwisp #DBD18C

Tints of Sandwisp #DBD18C

Color information

#DBD18C (or 0xDBD18C) is unknown color: approx Sandwisp. HEX triplet: DB, D1 and 8C. RGB value is (219,209,140). Sum of RGB (Red+Green+Blue) = 219+209+140=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD18C is #242E73. Grayscale: #CCCCCC. Windows color (decimal): -2371188 or 9228763. OLE color: 9228763.

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

Color convert

RGB219209140-
CMYK00.050.360.14
HSL52.41º52.32%70.39%-
HSV(B)52.41º36.07%85.88%-
XYZ56.7562.5533.89-
YUV204.1291.81138.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 209 (82.03% from 255) = 36.80%
BLUE value IS 140 (55.08% from 255) = 24.65%
R=38.56%
G=36.80%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920914000.050.360.1452.4152.3270.39
HexDBD18C0524E343446
Octal3333212140544166464106
Binary110110111101000110001100010110010011101101001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD18C; }

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

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

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

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

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

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

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

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