Html Css Color HEX #DBCA96 Tahuna Sands

📋 copy color: '#DBCA96'

red 219 ◦ green 202 ◦ blue 150

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

Shades of Tahuna Sands #DBCA96

Tints of Tahuna Sands #DBCA96

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.38%

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

R = 38.35%
G = 35.38%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBCA96 (or 0xDBCA96) is known color: Tahuna Sands. HEX triplet: DB, CA and 96. RGB value is (219,202,150). Sum of RGB (Red+Green+Blue) = 219+202+150=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA96 is #243569. Grayscale: #C9C9C9. Windows color (decimal): -2372970 or 9882331. OLE color: 9882331.

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

Color convert

RGB 219 202 150 -
CMYK 0 0.08 0.32 0.14
HSL 45.22º 0.49% 0.72% -
HSV(B) 45.22º 0.32% 0.86% -
XYZ 55.84 59.5 37.4 -
YUV 201.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 219 202 150 0 0.08 0.32 0.14 45.22 0.49 0.72
Hex DB CA 96 0 8 20 E 2D 31 48
Octal 333 312 226 0 10 40 16 55 61 110
Binary 11011011 11001010 10010110 0 1000 100000 1110 101101 110001 1001000

Color Harmonies of #DBCA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA96

Black with #DBCA96

Text Example


Text Example

White with #DBCA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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