#DBD698

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

Shades of Tahuna Sands #DBD698

Tints of Tahuna Sands #DBD698

Color information

#DBD698 (or 0xDBD698) is unknown color: approx Tahuna Sands. HEX triplet: DB, D6 and 98. RGB value is (219,214,152). Sum of RGB (Red+Green+Blue) = 219+214+152=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD698 is #242967. Grayscale: #D0D0D0. Windows color (decimal): -2369896 or 10016475. OLE color: 10016475.

HSL color Cylindrical-coordinate representation of color #DBD698: hue angle of 55.52º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBD698 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB219214152-
CMYK00.020.310.14
HSL55.52º48.2%72.75%-
HSV(B)55.52º30.59%85.88%-
XYZ58.9365.4239.23-
YUV208.4396.16135.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 214 (83.98% from 255) = 36.58%
BLUE value IS 152 (59.77% from 255) = 25.98%
R=37.44%
G=36.58%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921415200.020.310.1455.5248.272.75
HexDBD698021FE383049
Octal3333262300237167060111
Binary1101101111010110100110000101111111101110001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD698; }

 p { color: rgb(219,214,152); }

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

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

 a { background-color: rgb(219,214,152); }

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

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

 span { border-color: rgb(219,214,152); }

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