Html Css Color HEX #D6C692 Tahuna Sands

📋 copy color: '#D6C692'

red 214 ◦ green 198 ◦ blue 146

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

Shades of Tahuna Sands #D6C692

Tints of Tahuna Sands #D6C692

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.48%

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

R = 38.35%
G = 35.48%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D6C692 (or 0xD6C692) is known color: Tahuna Sands. HEX triplet: D6, C6 and 92. RGB value is (214,198,146). Sum of RGB (Red+Green+Blue) = 214+198+146=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C692 is #29396D. Grayscale: #C5C5C5. Windows color (decimal): -2701678 or 9619158. OLE color: 9619158.

HSL color Cylindrical-coordinate representation of color #D6C692: hue angle of 45.88º 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 #D6C692 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 146 -
CMYK 0 0.07 0.32 0.16
HSL 45.88º 0.45% 0.71% -
HSV(B) 45.88º 0.32% 0.84% -
XYZ 53.11 56.76 35.35 -
YUV 196.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 214 198 146 0 0.07 0.32 0.16 45.88 0.45 0.71
Hex D6 C6 92 0 7 20 10 2E 2D 47
Octal 326 306 222 0 7 40 20 56 55 107
Binary 11010110 11000110 10010010 0 111 100000 10000 101110 101101 1000111

Color Harmonies of #D6C692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C692

Black with #D6C692

Text Example


Text Example

White with #D6C692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C692; }

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

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

background-color css

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

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

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

border-color css

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

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

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