Html Css Color HEX #D8CCA0 Tahuna Sands

📋 copy color: '#D8CCA0'

red 216 ◦ green 204 ◦ blue 160

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

Shades of Tahuna Sands #D8CCA0

Tints of Tahuna Sands #D8CCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

 BLUE value IS 160 (62.89% from 255) = 27.59%

R = 37.24%
G = 35.17%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D8CCA0 (or 0xD8CCA0) is known color: Tahuna Sands. HEX triplet: D8, CC and A0. RGB value is (216,204,160). Sum of RGB (Red+Green+Blue) = 216+204+160=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CCA0 is #27335F. Grayscale: #CACACA. Windows color (decimal): -2569056 or 10538200. OLE color: 10538200.

HSL color Cylindrical-coordinate representation of color #D8CCA0: hue angle of 47.14º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8CCA0 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 204 160 -
CMYK 0 0.06 0.26 0.15
HSL 47.14º 0.42% 0.74% -
HSV(B) 47.14º 0.26% 0.85% -
XYZ 56.26 60.32 41.94 -
YUV 202.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 216 204 160 0 0.06 0.26 0.15 47.14 0.42 0.74
Hex D8 CC A0 0 6 1A F 2F 2A 4A
Octal 330 314 240 0 6 32 17 57 52 112
Binary 11011000 11001100 10100000 0 110 11010 1111 101111 101010 1001010

Color Harmonies of #D8CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CCA0

Black with #D8CCA0

Text Example


Text Example

White with #D8CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CCA0; }

 p { color: rgb(216,204,160); }

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

background-color css

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

 a { background-color: rgb(216,204,160); }

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

border-color css

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

 span { border-color: rgb(216,204,160); }

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