#DBD28A

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

Shades of Sandwisp #DBD28A

Tints of Sandwisp #DBD28A

Color information

#DBD28A (or 0xDBD28A) is unknown color: approx Sandwisp. HEX triplet: DB, D2 and 8A. RGB value is (219,210,138). Sum of RGB (Red+Green+Blue) = 219+210+138=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD28A is #242D75. Grayscale: #CCCCCC. Windows color (decimal): -2370934 or 9097947. OLE color: 9097947.

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

Color convert

RGB219210138-
CMYK00.040.370.14
HSL53.33º52.94%70%-
HSV(B)53.33º36.99%85.88%-
XYZ56.8562.9933.21-
YUV204.4890.48138.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 210 (82.42% from 255) = 37.04%
BLUE value IS 138 (54.30% from 255) = 24.34%
R=38.62%
G=37.04%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921013800.040.370.1453.3352.9470
HexDBD28A0425E353546
Octal3333222120445166565106
Binary110110111101001010001010010010010111101101011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD28A; }

 p { color: rgb(219,210,138); }

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

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

 a { background-color: rgb(219,210,138); }

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

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

 span { border-color: rgb(219,210,138); }

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