#DBCB93

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

Shades of Tahuna Sands #DBCB93

Tints of Tahuna Sands #DBCB93

Color information

#DBCB93 (or 0xDBCB93) is unknown color: approx Tahuna Sands. HEX triplet: DB, CB and 93. RGB value is (219,203,147). Sum of RGB (Red+Green+Blue) = 219+203+147=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCB93 is #24346C. Grayscale: #C9C9C9. Windows color (decimal): -2372717 or 9685979. OLE color: 9685979.

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

Color convert

RGB219203147-
CMYK00.070.330.14
HSL46.67º50%71.76%-
HSV(B)46.67º32.88%85.88%-
XYZ55.8459.8836.22-
YUV201.497.3140.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 147 (57.81% from 255) = 25.83%
R=38.49%
G=35.68%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920314700.070.330.1446.675071.76
HexDBCB930721E2f3248
Octal3333132230741165762110
Binary110110111100101110010011011110000111101011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCB93; }

 p { color: rgb(219,203,147); }

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

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

 a { background-color: rgb(219,203,147); }

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

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

 span { border-color: rgb(219,203,147); }

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