Html Css Color HEX #DBC795 Tahuna Sands

📋 copy color: '#DBC795'

red 219 ◦ green 199 ◦ blue 149

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

Shades of Tahuna Sands #DBC795

Tints of Tahuna Sands #DBC795

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.1%

 BLUE value IS 149 (58.59% from 255) = 26.28%

R = 38.62%
G = 35.1%
B = 26.28%

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

#DBC795 (or 0xDBC795) is known color: Tahuna Sands. HEX triplet: DB, C7 and 95. RGB value is (219,199,149). Sum of RGB (Red+Green+Blue) = 219+199+149=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC795 is #24386A. Grayscale: #C7C7C7. Windows color (decimal): -2373739 or 9816027. OLE color: 9816027.

HSL color Cylindrical-coordinate representation of color #DBC795: hue angle of 42.86º degrees, saturation: 0.49, 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 #DBC795 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 199 149 -
CMYK 0 0.09 0.32 0.14
HSL 42.86º 0.49% 0.72% -
HSV(B) 42.86º 0.32% 0.86% -
XYZ 55.06 58.08 36.74 -
YUV 199.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 219 199 149 0 0.09 0.32 0.14 42.86 0.49 0.72
Hex DB C7 95 0 9 20 E 2B 31 48
Octal 333 307 225 0 11 40 16 53 61 110
Binary 11011011 11000111 10010101 0 1001 100000 1110 101011 110001 1001000

Color Harmonies of #DBC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC795

Black with #DBC795

Text Example


Text Example

White with #DBC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC795; }

 p { color: rgb(219,199,149); }

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

background-color css

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

 a { background-color: rgb(219,199,149); }

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

border-color css

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

 span { border-color: rgb(219,199,149); }

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