Html Css Color HEX #D6CC9F Tahuna Sands

📋 copy color: '#D6CC9F'

red 214 ◦ green 204 ◦ blue 159

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

Shades of Tahuna Sands #D6CC9F

Tints of Tahuna Sands #D6CC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.56%

R = 37.09%
G = 35.36%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6CC9F (or 0xD6CC9F) is known color: Tahuna Sands. HEX triplet: D6, CC and 9F. RGB value is (214,204,159). Sum of RGB (Red+Green+Blue) = 214+204+159=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC9F is #293360. Grayscale: #CACACA. Windows color (decimal): -2700129 or 10472662. OLE color: 10472662.

HSL color Cylindrical-coordinate representation of color #D6CC9F: hue angle of 49.09º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6CC9F is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 159 -
CMYK 0 0.05 0.26 0.16
HSL 49.09º 0.4% 0.73% -
HSV(B) 49.09º 0.26% 0.84% -
XYZ 55.58 59.99 41.45 -
YUV 201.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 214 204 159 0 0.05 0.26 0.16 49.09 0.4 0.73
Hex D6 CC 9F 0 5 1A 10 31 28 49
Octal 326 314 237 0 5 32 20 61 50 111
Binary 11010110 11001100 10011111 0 101 11010 10000 110001 101000 1001001

Color Harmonies of #D6CC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC9F

Black with #D6CC9F

Text Example


Text Example

White with #D6CC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC9F; }

 p { color: rgb(214,204,159); }

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

background-color css

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

 a { background-color: rgb(214,204,159); }

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

border-color css

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

 span { border-color: rgb(214,204,159); }

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