Html Css Color HEX #D6C690 Tahuna Sands

📋 copy color: '#D6C690'

red 214 ◦ green 198 ◦ blue 144

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

Shades of Tahuna Sands #D6C690

Tints of Tahuna Sands #D6C690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.9%

R = 38.49%
G = 35.61%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6C690 (or 0xD6C690) is known color: Tahuna Sands. HEX triplet: D6, C6 and 90. RGB value is (214,198,144). Sum of RGB (Red+Green+Blue) = 214+198+144=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C690 is #29396F. Grayscale: #C4C4C4. Windows color (decimal): -2701680 or 9488086. OLE color: 9488086.

HSL color Cylindrical-coordinate representation of color #D6C690: hue angle of 46.29º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6C690 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 144 -
CMYK 0 0.07 0.33 0.16
HSL 46.29º 0.46% 0.7% -
HSV(B) 46.29º 0.33% 0.84% -
XYZ 52.96 56.7 34.54 -
YUV 196.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 214 198 144 0 0.07 0.33 0.16 46.29 0.46 0.7
Hex D6 C6 90 0 7 21 10 2E 2E 46
Octal 326 306 220 0 7 41 20 56 56 106
Binary 11010110 11000110 10010000 0 111 100001 10000 101110 101110 1000110

Color Harmonies of #D6C690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C690

Black with #D6C690

Text Example


Text Example

White with #D6C690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C690; }

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

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

background-color css

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

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

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

border-color css

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

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

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