Html Css Color HEX #DBD495 Tahuna Sands

📋 copy color: '#DBD495'

red 219 ◦ green 212 ◦ blue 149

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

Shades of Tahuna Sands #DBD495

Tints of Tahuna Sands #DBD495

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.55%

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

R = 37.76%
G = 36.55%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBD495 (or 0xDBD495) is known color: Tahuna Sands. HEX triplet: DB, D4 and 95. RGB value is (219,212,149). Sum of RGB (Red+Green+Blue) = 219+212+149=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD495 is #242B6A. Grayscale: #CFCFCF. Windows color (decimal): -2370411 or 9819355. OLE color: 9819355.

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

Color convert

RGB 219 212 149 -
CMYK 0 0.03 0.32 0.14
HSL 54º 0.49% 0.72% -
HSV(B) 54º 0.32% 0.86% -
XYZ 58.18 64.32 37.78 -
YUV 206.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 219 212 149 0 0.03 0.32 0.14 54 0.49 0.72
Hex DB D4 95 0 3 20 E 36 31 48
Octal 333 324 225 0 3 40 16 66 61 110
Binary 11011011 11010100 10010101 0 11 100000 1110 110110 110001 1001000

Color Harmonies of #DBD495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD495

Black with #DBD495

Text Example


Text Example

White with #DBD495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD495; }

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

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

background-color css

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

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

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

border-color css

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

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

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