Html Css Color HEX #D6CE8F Tahuna Sands

📋 copy color: '#D6CE8F'

red 214 ◦ green 206 ◦ blue 143

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

Shades of Tahuna Sands #D6CE8F

Tints of Tahuna Sands #D6CE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.4%

R = 38.01%
G = 36.59%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6CE8F (or 0xD6CE8F) is known color: Tahuna Sands. HEX triplet: D6, CE and 8F. RGB value is (214,206,143). Sum of RGB (Red+Green+Blue) = 214+206+143=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CE8F is #293170. Grayscale: #C9C9C9. Windows color (decimal): -2699633 or 9424598. OLE color: 9424598.

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

Color convert

RGB 214 206 143 -
CMYK 0 0.04 0.33 0.16
HSL 53.24º 0.46% 0.7% -
HSV(B) 53.24º 0.33% 0.84% -
XYZ 54.76 60.42 34.76 -
YUV 201.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 214 206 143 0 0.04 0.33 0.16 53.24 0.46 0.7
Hex D6 CE 8F 0 4 21 10 35 2E 46
Octal 326 316 217 0 4 41 20 65 56 106
Binary 11010110 11001110 10001111 0 100 100001 10000 110101 101110 1000110

Color Harmonies of #D6CE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE8F

Black with #D6CE8F

Text Example


Text Example

White with #D6CE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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