Html Css Color HEX #D6D192 Tahuna Sands

📋 copy color: '#D6D192'

red 214 ◦ green 209 ◦ blue 146

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

Shades of Tahuna Sands #D6D192

Tints of Tahuna Sands #D6D192

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.73%

 BLUE value IS 146 (57.42% from 255) = 25.66%

R = 37.61%
G = 36.73%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D6D192 (or 0xD6D192) is known color: Tahuna Sands. HEX triplet: D6, D1 and 92. RGB value is (214,209,146). Sum of RGB (Red+Green+Blue) = 214+209+146=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D192 is #292E6D. Grayscale: #CBCBCB. Windows color (decimal): -2698862 or 9621974. OLE color: 9621974.

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

Color convert

RGB 214 209 146 -
CMYK 0 0.02 0.32 0.16
HSL 55.59º 0.45% 0.71% -
HSV(B) 55.59º 0.32% 0.84% -
XYZ 55.72 61.97 36.22 -
YUV 203.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 214 209 146 0 0.02 0.32 0.16 55.59 0.45 0.71
Hex D6 D1 92 0 2 20 10 38 2D 47
Octal 326 321 222 0 2 40 20 70 55 107
Binary 11010110 11010001 10010010 0 10 100000 10000 111000 101101 1000111

Color Harmonies of #D6D192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D192

Black with #D6D192

Text Example


Text Example

White with #D6D192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D192; }

 p { color: rgb(214,209,146); }

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

background-color css

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

 a { background-color: rgb(214,209,146); }

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

border-color css

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

 span { border-color: rgb(214,209,146); }

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