Html Css Color HEX #D6C890 Tahuna Sands

📋 copy color: '#D6C890'

red 214 ◦ green 200 ◦ blue 144

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

Shades of Tahuna Sands #D6C890

Tints of Tahuna Sands #D6C890

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.84%

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

R = 38.35%
G = 35.84%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6C890 (or 0xD6C890) is known color: Tahuna Sands. HEX triplet: D6, C8 and 90. RGB value is (214,200,144). Sum of RGB (Red+Green+Blue) = 214+200+144=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C890 is #29376F. Grayscale: #C6C6C6. Windows color (decimal): -2701168 or 9488598. OLE color: 9488598.

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

Color convert

RGB 214 200 144 -
CMYK 0 0.07 0.33 0.16
HSL 48º 0.46% 0.7% -
HSV(B) 48º 0.33% 0.84% -
XYZ 53.42 57.62 34.69 -
YUV 197.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 214 200 144 0 0.07 0.33 0.16 48 0.46 0.7
Hex D6 C8 90 0 7 21 10 30 2E 46
Octal 326 310 220 0 7 41 20 60 56 106
Binary 11010110 11001000 10010000 0 111 100001 10000 110000 101110 1000110

Color Harmonies of #D6C890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C890

Black with #D6C890

Text Example


Text Example

White with #D6C890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C890; }

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

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

background-color css

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

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

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

border-color css

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

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

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