Html Css Color HEX #D6D096 Tahuna Sands

📋 copy color: '#D6D096'

red 214 ◦ green 208 ◦ blue 150

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

Shades of Tahuna Sands #D6D096

Tints of Tahuna Sands #D6D096

RGB

 RED value IS 214 (83.98% from 255) = 37.41%

 GREEN value IS 208 (81.64% from 255) = 36.36%

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

R = 37.41%
G = 36.36%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6D096 (or 0xD6D096) is known color: Tahuna Sands. HEX triplet: D6, D0 and 96. RGB value is (214,208,150). Sum of RGB (Red+Green+Blue) = 214+208+150=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D096 is #292F69. Grayscale: #CBCBCB. Windows color (decimal): -2699114 or 9883862. OLE color: 9883862.

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

Color convert

RGB 214 208 150 -
CMYK 0 0.03 0.30 0.16
HSL 54.38º 0.44% 0.71% -
HSV(B) 54.38º 0.3% 0.84% -
XYZ 55.79 61.61 37.81 -
YUV 203.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 214 208 150 0 0.03 0.30 0.16 54.38 0.44 0.71
Hex D6 D0 96 0 3 1E 10 36 2C 47
Octal 326 320 226 0 3 36 20 66 54 107
Binary 11010110 11010000 10010110 0 11 11110 10000 110110 101100 1000111

Color Harmonies of #D6D096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D096

Black with #D6D096

Text Example


Text Example

White with #D6D096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D096; }

 p { color: rgb(214,208,150); }

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

background-color css

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

 a { background-color: rgb(214,208,150); }

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

border-color css

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

 span { border-color: rgb(214,208,150); }

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