Html Css Color HEX #D8C694 Tahuna Sands

📋 copy color: '#D8C694'

red 216 ◦ green 198 ◦ blue 148

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

Shades of Tahuna Sands #D8C694

Tints of Tahuna Sands #D8C694

RGB

 RED value IS 216 (84.77% from 255) = 38.43%

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

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

R = 38.43%
G = 35.23%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8C694 (or 0xD8C694) is known color: Tahuna Sands. HEX triplet: D8, C6 and 94. RGB value is (216,198,148). Sum of RGB (Red+Green+Blue) = 216+198+148=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C694 is #27396B. Grayscale: #C5C5C5. Windows color (decimal): -2570604 or 9750232. OLE color: 9750232.

HSL color Cylindrical-coordinate representation of color #D8C694: hue angle of 44.12º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8C694 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 198 148 -
CMYK 0 0.08 0.31 0.15
HSL 44.12º 0.47% 0.71% -
HSV(B) 44.12º 0.31% 0.85% -
XYZ 53.86 57.13 36.2 -
YUV 197.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 216 198 148 0 0.08 0.31 0.15 44.12 0.47 0.71
Hex D8 C6 94 0 8 1F F 2C 2F 47
Octal 330 306 224 0 10 37 17 54 57 107
Binary 11011000 11000110 10010100 0 1000 11111 1111 101100 101111 1000111

Color Harmonies of #D8C694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C694

Black with #D8C694

Text Example


Text Example

White with #D8C694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C694; }

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

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

background-color css

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

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

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

border-color css

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

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

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