Html Css Color HEX #DBC894 Tahuna Sands

📋 copy color: '#DBC894'

red 219 ◦ green 200 ◦ blue 148

#DBC894
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahuna Sands #DBC894

Tints of Tahuna Sands #DBC894

RGB

 RED value IS 219 (85.94% from 255) = 38.62%

 GREEN value IS 200 (78.52% from 255) = 35.27%

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 38.62%
G = 35.27%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBC894 (or 0xDBC894) is known color: Tahuna Sands. HEX triplet: DB, C8 and 94. RGB value is (219,200,148). Sum of RGB (Red+Green+Blue) = 219+200+148=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC894 is #24376B. Grayscale: #C7C7C7. Windows color (decimal): -2373484 or 9750747. OLE color: 9750747.

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

Color convert

RGB 219 200 148 -
CMYK 0 0.09 0.32 0.14
HSL 43.94º 0.5% 0.72% -
HSV(B) 43.94º 0.32% 0.86% -
XYZ 55.21 58.51 36.4 -
YUV 199.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 219 200 148 0 0.09 0.32 0.14 43.94 0.5 0.72
Hex DB C8 94 0 9 20 E 2C 32 48
Octal 333 310 224 0 11 40 16 54 62 110
Binary 11011011 11001000 10010100 0 1001 100000 1110 101100 110010 1001000

Color Harmonies of #DBC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC894

Black with #DBC894

Text Example


Text Example

White with #DBC894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC894; }

 p { color: rgb(219,200,148); }

 H1.HeaderClassName
 {
   color: #DBC894;
 }
 .AnyTagClassName
 {
   color: #DBC894;
 }
</style>

background-color css

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

 a { background-color: rgb(219,200,148); }

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

border-color css

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

 span { border-color: rgb(219,200,148); }

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