Html Css Color HEX #D6CE96 Tahuna Sands

📋 copy color: '#D6CE96'

red 214 ◦ green 206 ◦ blue 150

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

Shades of Tahuna Sands #D6CE96

Tints of Tahuna Sands #D6CE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.32%

R = 37.54%
G = 36.14%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6CE96 (or 0xD6CE96) is known color: Tahuna Sands. HEX triplet: D6, CE and 96. RGB value is (214,206,150). Sum of RGB (Red+Green+Blue) = 214+206+150=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CE96 is #293169. Grayscale: #CACACA. Windows color (decimal): -2699626 or 9883350. OLE color: 9883350.

HSL color Cylindrical-coordinate representation of color #D6CE96: hue angle of 52.5º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6CE96 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 206 150 -
CMYK 0 0.04 0.30 0.16
HSL 52.5º 0.44% 0.71% -
HSV(B) 52.5º 0.3% 0.84% -
XYZ 55.31 60.64 37.64 -
YUV 202.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 214 206 150 0 0.04 0.30 0.16 52.5 0.44 0.71
Hex D6 CE 96 0 4 1E 10 34 2C 47
Octal 326 316 226 0 4 36 20 64 54 107
Binary 11010110 11001110 10010110 0 100 11110 10000 110100 101100 1000111

Color Harmonies of #D6CE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE96

Black with #D6CE96

Text Example


Text Example

White with #D6CE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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