Html Css Color HEX #D7D296 Tahuna Sands

📋 copy color: '#D7D296'

red 215 ◦ green 210 ◦ blue 150

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

Shades of Tahuna Sands #D7D296

Tints of Tahuna Sands #D7D296

RGB

 RED value IS 215 (84.38% from 255) = 37.39%

 GREEN value IS 210 (82.42% from 255) = 36.52%

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

R = 37.39%
G = 36.52%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D7D296 (or 0xD7D296) is known color: Tahuna Sands. HEX triplet: D7, D2 and 96. RGB value is (215,210,150). Sum of RGB (Red+Green+Blue) = 215+210+150=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D296 is #282D69. Grayscale: #CCCCCC. Windows color (decimal): -2633066 or 9884375. OLE color: 9884375.

HSL color Cylindrical-coordinate representation of color #D7D296: hue angle of 55.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7D296 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 210 150 -
CMYK 0 0.02 0.30 0.16
HSL 55.38º 0.45% 0.72% -
HSV(B) 55.38º 0.3% 0.84% -
XYZ 56.58 62.74 37.98 -
YUV 204.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 215 210 150 0 0.02 0.30 0.16 55.38 0.45 0.72
Hex D7 D2 96 0 2 1E 10 37 2D 48
Octal 327 322 226 0 2 36 20 67 55 110
Binary 11010111 11010010 10010110 0 10 11110 10000 110111 101101 1001000

Color Harmonies of #D7D296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D296

Black with #D7D296

Text Example


Text Example

White with #D7D296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D296; }

 p { color: rgb(215,210,150); }

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

background-color css

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

 a { background-color: rgb(215,210,150); }

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

border-color css

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

 span { border-color: rgb(215,210,150); }

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