Html Css Color HEX #D6CE90 Tahuna Sands

📋 copy color: '#D6CE90'

red 214 ◦ green 206 ◦ blue 144

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

Shades of Tahuna Sands #D6CE90

Tints of Tahuna Sands #D6CE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.53%

R = 37.94%
G = 36.52%
B = 25.53%

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

#D6CE90 (or 0xD6CE90) is known color: Tahuna Sands. HEX triplet: D6, CE and 90. RGB value is (214,206,144). Sum of RGB (Red+Green+Blue) = 214+206+144=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CE90 is #29316F. Grayscale: #C9C9C9. Windows color (decimal): -2699632 or 9490134. OLE color: 9490134.

HSL color Cylindrical-coordinate representation of color #D6CE90: hue angle of 53.14º 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 #D6CE90 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 206 144 -
CMYK 0 0.04 0.33 0.16
HSL 53.14º 0.46% 0.7% -
HSV(B) 53.14º 0.33% 0.84% -
XYZ 54.84 60.45 35.16 -
YUV 201.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 214 206 144 0 0.04 0.33 0.16 53.14 0.46 0.7
Hex D6 CE 90 0 4 21 10 35 2E 46
Octal 326 316 220 0 4 41 20 65 56 106
Binary 11010110 11001110 10010000 0 100 100001 10000 110101 101110 1000110

Color Harmonies of #D6CE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE90

Black with #D6CE90

Text Example


Text Example

White with #D6CE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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