Html Css Color HEX #DBC796 Tahuna Sands

📋 copy color: '#DBC796'

red 219 ◦ green 199 ◦ blue 150

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

Shades of Tahuna Sands #DBC796

Tints of Tahuna Sands #DBC796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.41%

R = 38.56%
G = 35.04%
B = 26.41%

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

#DBC796 (or 0xDBC796) is known color: Tahuna Sands. HEX triplet: DB, C7 and 96. RGB value is (219,199,150). Sum of RGB (Red+Green+Blue) = 219+199+150=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC796 is #243869. Grayscale: #C7C7C7. Windows color (decimal): -2373738 or 9881563. OLE color: 9881563.

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

Color convert

RGB 219 199 150 -
CMYK 0 0.09 0.32 0.14
HSL 42.61º 0.49% 0.72% -
HSV(B) 42.61º 0.32% 0.86% -
XYZ 55.14 58.11 37.16 -
YUV 199.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 219 199 150 0 0.09 0.32 0.14 42.61 0.49 0.72
Hex DB C7 96 0 9 20 E 2B 31 48
Octal 333 307 226 0 11 40 16 53 61 110
Binary 11011011 11000111 10010110 0 1001 100000 1110 101011 110001 1001000

Color Harmonies of #DBC796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC796

Black with #DBC796

Text Example


Text Example

White with #DBC796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC796; }

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

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

background-color css

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

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

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

border-color css

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

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

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