Html Css Color HEX #D6CE8D Tahuna Sands

📋 copy color: '#D6CE8D'

red 214 ◦ green 206 ◦ blue 141

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

Shades of Tahuna Sands #D6CE8D

Tints of Tahuna Sands #D6CE8D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.72%

 BLUE value IS 141 (55.47% from 255) = 25.13%

R = 38.15%
G = 36.72%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6CE8D (or 0xD6CE8D) is known color: Tahuna Sands. HEX triplet: D6, CE and 8D. RGB value is (214,206,141). Sum of RGB (Red+Green+Blue) = 214+206+141=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CE8D is #293172. Grayscale: #C9C9C9. Windows color (decimal): -2699635 or 9293526. OLE color: 9293526.

HSL color Cylindrical-coordinate representation of color #D6CE8D: hue angle of 53.42º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6CE8D is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 206 141 -
CMYK 0 0.04 0.34 0.16
HSL 53.42º 0.47% 0.7% -
HSV(B) 53.42º 0.34% 0.84% -
XYZ 54.61 60.36 33.97 -
YUV 200.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 214 206 141 0 0.04 0.34 0.16 53.42 0.47 0.7
Hex D6 CE 8D 0 4 22 10 35 2F 46
Octal 326 316 215 0 4 42 20 65 57 106
Binary 11010110 11001110 10001101 0 100 100010 10000 110101 101111 1000110

Color Harmonies of #D6CE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE8D

Black with #D6CE8D

Text Example


Text Example

White with #D6CE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE8D; }

 p { color: rgb(214,206,141); }

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

background-color css

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

 a { background-color: rgb(214,206,141); }

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

border-color css

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

 span { border-color: rgb(214,206,141); }

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