#DBD27E

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

Shades of Sandwisp #DBD27E

Tints of Sandwisp #DBD27E

Color information

#DBD27E (or 0xDBD27E) is unknown color: approx Sandwisp. HEX triplet: DB, D2 and 7E. RGB value is (219,210,126). Sum of RGB (Red+Green+Blue) = 219+210+126=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 126 (49.61% from 255 or 22.70% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD27E is #242D81. Grayscale: #CBCBCB. Windows color (decimal): -2370946 or 8311515. OLE color: 8311515.

HSL color Cylindrical-coordinate representation of color #DBD27E: hue angle of 54.19º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBD27E is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219210126-
CMYK00.040.420.14
HSL54.19º56.36%67.65%-
HSV(B)54.19º42.47%85.88%-
XYZ56.0362.6628.88-
YUV203.1184.48139.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 210 (82.42% from 255) = 37.84%
BLUE value IS 126 (49.61% from 255) = 22.70%
R=39.46%
G=37.84%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921012600.040.420.1454.1956.3667.65
HexDBD27E042AE363844
Octal3333221760452166670104
Binary11011011110100101111110010010101011101101101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD27E; }

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

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

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

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

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

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

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

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