Html Css Color HEX #DBCC96 Tahuna Sands

📋 copy color: '#DBCC96'

red 219 ◦ green 204 ◦ blue 150

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

Shades of Tahuna Sands #DBCC96

Tints of Tahuna Sands #DBCC96

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.6%

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

R = 38.22%
G = 35.6%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBCC96 (or 0xDBCC96) is known color: Tahuna Sands. HEX triplet: DB, CC and 96. RGB value is (219,204,150). Sum of RGB (Red+Green+Blue) = 219+204+150=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC96 is #243369. Grayscale: #CACACA. Windows color (decimal): -2372458 or 9882843. OLE color: 9882843.

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

Color convert

RGB 219 204 150 -
CMYK 0 0.07 0.32 0.14
HSL 46.96º 0.49% 0.72% -
HSV(B) 46.96º 0.32% 0.86% -
XYZ 56.31 60.45 37.55 -
YUV 202.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 219 204 150 0 0.07 0.32 0.14 46.96 0.49 0.72
Hex DB CC 96 0 7 20 E 2F 31 48
Octal 333 314 226 0 7 40 16 57 61 110
Binary 11011011 11001100 10010110 0 111 100000 1110 101111 110001 1001000

Color Harmonies of #DBCC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC96

Black with #DBCC96

Text Example


Text Example

White with #DBCC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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