Html Css Color HEX #D1C694 Tahuna Sands

📋 copy color: '#D1C694'

red 209 ◦ green 198 ◦ blue 148

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

Shades of Tahuna Sands #D1C694

Tints of Tahuna Sands #D1C694

RGB

 RED value IS 209 (82.03% from 255) = 37.66%

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

 BLUE value IS 148 (58.2% from 255) = 26.67%

R = 37.66%
G = 35.68%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D1C694 (or 0xD1C694) is known color: Tahuna Sands. HEX triplet: D1, C6 and 94. RGB value is (209,198,148). Sum of RGB (Red+Green+Blue) = 209+198+148=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C694 is #2E396B. Grayscale: #C3C3C3. Windows color (decimal): -3029356 or 9750225. OLE color: 9750225.

HSL color Cylindrical-coordinate representation of color #D1C694: hue angle of 49.18º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1C694 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 198 148 -
CMYK 0 0.05 0.29 0.18
HSL 49.18º 0.4% 0.7% -
HSV(B) 49.18º 0.29% 0.82% -
XYZ 51.83 56.08 36.11 -
YUV 195.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 209 198 148 0 0.05 0.29 0.18 49.18 0.4 0.7
Hex D1 C6 94 0 5 1D 12 31 28 46
Octal 321 306 224 0 5 35 22 61 50 106
Binary 11010001 11000110 10010100 0 101 11101 10010 110001 101000 1000110

Color Harmonies of #D1C694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C694

Black with #D1C694

Text Example


Text Example

White with #D1C694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C694; }

 p { color: rgb(209,198,148); }

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

background-color css

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

 a { background-color: rgb(209,198,148); }

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

border-color css

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

 span { border-color: rgb(209,198,148); }

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