#DBCA92

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

Shades of Tahuna Sands #DBCA92

Tints of Tahuna Sands #DBCA92

Color information

#DBCA92 (or 0xDBCA92) is unknown color: approx Tahuna Sands. HEX triplet: DB, CA and 92. RGB value is (219,202,146). Sum of RGB (Red+Green+Blue) = 219+202+146=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA92 is #24356D. Grayscale: #C8C8C8. Windows color (decimal): -2372974 or 9620187. OLE color: 9620187.

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

Color convert

RGB219202146-
CMYK00.080.330.14
HSL46.03º50.34%71.57%-
HSV(B)46.03º33.33%85.88%-
XYZ55.5259.3835.73-
YUV200.797.13141.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 146 (57.42% from 255) = 25.75%
R=38.62%
G=35.63%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920214600.080.330.1446.0350.3471.57
HexDBCA920821E2e3248
Octal33331222201041165662110
Binary1101101111001010100100100100010000111101011101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCA92; }

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

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

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

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

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

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

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

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