#DBD08D

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

Shades of Sandwisp #DBD08D

Tints of Sandwisp #DBD08D

Color information

#DBD08D (or 0xDBD08D) is unknown color: approx Sandwisp. HEX triplet: DB, D0 and 8D. RGB value is (219,208,141). Sum of RGB (Red+Green+Blue) = 219+208+141=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD08D is #242F72. Grayscale: #CBCBCB. Windows color (decimal): -2371443 or 9294043. OLE color: 9294043.

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

Color convert

RGB219208141-
CMYK00.050.360.14
HSL51.54º52%70.59%-
HSV(B)51.54º35.62%85.88%-
XYZ56.5862.0934.2-
YUV203.6592.64138.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 208 (81.64% from 255) = 36.62%
BLUE value IS 141 (55.47% from 255) = 24.82%
R=38.56%
G=36.62%
B=24.82%

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
Decimal21920814100.050.360.1451.545270.59
HexDBD08D0524E343447
Octal3333202150544166464107
Binary110110111101000010001101010110010011101101001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD08D; }

 p { color: rgb(219,208,141); }

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

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

 a { background-color: rgb(219,208,141); }

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

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

 span { border-color: rgb(219,208,141); }

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