Html Css Color HEX #D8C894 Tahuna Sands

📋 copy color: '#D8C894'

red 216 ◦ green 200 ◦ blue 148

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

Shades of Tahuna Sands #D8C894

Tints of Tahuna Sands #D8C894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.46%

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

R = 38.3%
G = 35.46%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8C894 (or 0xD8C894) is known color: Tahuna Sands. HEX triplet: D8, C8 and 94. RGB value is (216,200,148). Sum of RGB (Red+Green+Blue) = 216+200+148=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C894 is #27376B. Grayscale: #C7C7C7. Windows color (decimal): -2570092 or 9750744. OLE color: 9750744.

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

Color convert

RGB 216 200 148 -
CMYK 0 0.07 0.31 0.15
HSL 45.88º 0.47% 0.71% -
HSV(B) 45.88º 0.31% 0.85% -
XYZ 54.32 58.05 36.36 -
YUV 198.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 216 200 148 0 0.07 0.31 0.15 45.88 0.47 0.71
Hex D8 C8 94 0 7 1F F 2E 2F 47
Octal 330 310 224 0 7 37 17 56 57 107
Binary 11011000 11001000 10010100 0 111 11111 1111 101110 101111 1000111

Color Harmonies of #D8C894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C894

Black with #D8C894

Text Example


Text Example

White with #D8C894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C894; }

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

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

background-color css

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

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

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

border-color css

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

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

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