Html Css Color HEX #D3D496 Tahuna Sands

📋 copy color: '#D3D496'

red 211 ◦ green 212 ◦ blue 150

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

Shades of Tahuna Sands #D3D496

Tints of Tahuna Sands #D3D496

RGB

 RED value IS 211 (82.81% from 255) = 36.82%

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

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

R = 36.82%
G = 37%
B = 26.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D3D496 (or 0xD3D496) is known color: Tahuna Sands. HEX triplet: D3, D4 and 96. RGB value is (211,212,150). Sum of RGB (Red+Green+Blue) = 211+212+150=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D496 is #2C2B69. Grayscale: #CCCCCC. Windows color (decimal): -2894698 or 9884883. OLE color: 9884883.

HSL color Cylindrical-coordinate representation of color #D3D496: hue angle of 60.97º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3D496 is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 212 150 -
CMYK 0.00 0 0.29 0.17
HSL 60.97º 0.42% 0.71% -
HSV(B) 60.97º 0.29% 0.83% -
XYZ 55.91 63.14 38.09 -
YUV 204.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 211 212 150 0.00 0 0.29 0.17 60.97 0.42 0.71
Hex D3 D4 96 0 0 1D 11 3D 2A 47
Octal 323 324 226 0 0 35 21 75 52 107
Binary 11010011 11010100 10010110 0 0 11101 10001 111101 101010 1000111

Color Harmonies of #D3D496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D496

Black with #D3D496

Text Example


Text Example

White with #D3D496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D496; }

 p { color: rgb(211,212,150); }

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

background-color css

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

 a { background-color: rgb(211,212,150); }

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

border-color css

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

 span { border-color: rgb(211,212,150); }

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