Html Css Color HEX #D5D49A Tahuna Sands

📋 copy color: '#D5D49A'

red 213 ◦ green 212 ◦ blue 154

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

Shades of Tahuna Sands #D5D49A

Tints of Tahuna Sands #D5D49A

RGB

 RED value IS 213 (83.59% from 255) = 36.79%

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

 BLUE value IS 154 (60.55% from 255) = 26.6%

R = 36.79%
G = 36.61%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5D49A (or 0xD5D49A) is known color: Tahuna Sands. HEX triplet: D5, D4 and 9A. RGB value is (213,212,154). Sum of RGB (Red+Green+Blue) = 213+212+154=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D49A is #2A2B65. Grayscale: #CDCDCD. Windows color (decimal): -2763622 or 10147029. OLE color: 10147029.

HSL color Cylindrical-coordinate representation of color #D5D49A: hue angle of 58.98º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5D49A is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 154 -
CMYK 0 0.00 0.28 0.16
HSL 58.98º 0.41% 0.72% -
HSV(B) 58.98º 0.28% 0.84% -
XYZ 56.82 63.57 39.85 -
YUV 205.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 213 212 154 0 0.00 0.28 0.16 58.98 0.41 0.72
Hex D5 D4 9A 0 0 1C 10 3B 29 48
Octal 325 324 232 0 0 34 20 73 51 110
Binary 11010101 11010100 10011010 0 0 11100 10000 111011 101001 1001000

Color Harmonies of #D5D49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D49A

Black with #D5D49A

Text Example


Text Example

White with #D5D49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D49A; }

 p { color: rgb(213,212,154); }

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

background-color css

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

 a { background-color: rgb(213,212,154); }

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

border-color css

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

 span { border-color: rgb(213,212,154); }

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