#DBD092

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

Shades of Tahuna Sands #DBD092

Tints of Tahuna Sands #DBD092

Color information

#DBD092 (or 0xDBD092) is unknown color: approx Tahuna Sands. HEX triplet: DB, D0 and 92. RGB value is (219,208,146). Sum of RGB (Red+Green+Blue) = 219+208+146=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD092 is #242F6D. Grayscale: #CCCCCC. Windows color (decimal): -2371438 or 9621723. OLE color: 9621723.

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

Color convert

RGB219208146-
CMYK00.050.330.14
HSL50.96º50.34%71.57%-
HSV(B)50.96º33.33%85.88%-
XYZ56.9662.2536.21-
YUV204.2295.14138.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 208 (81.64% from 255) = 36.30%
BLUE value IS 146 (57.42% from 255) = 25.48%
R=38.22%
G=36.30%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920814600.050.330.1450.9650.3471.57
HexDBD0920521E333248
Octal3333202220541166362110
Binary110110111101000010010010010110000111101100111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD092; }

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

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

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

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

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

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

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

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