Html Css Color HEX #D6CC9E Tahuna Sands

📋 copy color: '#D6CC9E'

red 214 ◦ green 204 ◦ blue 158

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

Shades of Tahuna Sands #D6CC9E

Tints of Tahuna Sands #D6CC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.43%

R = 37.15%
G = 35.42%
B = 27.43%

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

#D6CC9E (or 0xD6CC9E) is known color: Tahuna Sands. HEX triplet: D6, CC and 9E. RGB value is (214,204,158). Sum of RGB (Red+Green+Blue) = 214+204+158=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC9E is #293361. Grayscale: #C9C9C9. Windows color (decimal): -2700130 or 10407126. OLE color: 10407126.

HSL color Cylindrical-coordinate representation of color #D6CC9E: hue angle of 49.29º degrees, saturation: 0.41, 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 #D6CC9E is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 158 -
CMYK 0 0.05 0.26 0.16
HSL 49.29º 0.41% 0.73% -
HSV(B) 49.29º 0.26% 0.84% -
XYZ 55.5 59.95 40.99 -
YUV 201.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 214 204 158 0 0.05 0.26 0.16 49.29 0.41 0.73
Hex D6 CC 9E 0 5 1A 10 31 29 49
Octal 326 314 236 0 5 32 20 61 51 111
Binary 11010110 11001100 10011110 0 101 11010 10000 110001 101001 1001001

Color Harmonies of #D6CC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC9E

Black with #D6CC9E

Text Example


Text Example

White with #D6CC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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