Html Css Color HEX #D6CA9D Tahuna Sands

📋 copy color: '#D6CA9D'

red 214 ◦ green 202 ◦ blue 157

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

Shades of Tahuna Sands #D6CA9D

Tints of Tahuna Sands #D6CA9D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.25%

 BLUE value IS 157 (61.72% from 255) = 27.4%

R = 37.35%
G = 35.25%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6CA9D (or 0xD6CA9D) is known color: Tahuna Sands. HEX triplet: D6, CA and 9D. RGB value is (214,202,157). Sum of RGB (Red+Green+Blue) = 214+202+157=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA9D is #293562. Grayscale: #C8C8C8. Windows color (decimal): -2700643 or 10341078. OLE color: 10341078.

HSL color Cylindrical-coordinate representation of color #D6CA9D: hue angle of 47.37º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6CA9D is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 202 157 -
CMYK 0 0.06 0.27 0.16
HSL 47.37º 0.41% 0.73% -
HSV(B) 47.37º 0.27% 0.84% -
XYZ 54.94 58.97 40.39 -
YUV 200.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 214 202 157 0 0.06 0.27 0.16 47.37 0.41 0.73
Hex D6 CA 9D 0 6 1B 10 2F 29 49
Octal 326 312 235 0 6 33 20 57 51 111
Binary 11010110 11001010 10011101 0 110 11011 10000 101111 101001 1001001

Color Harmonies of #D6CA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA9D

Black with #D6CA9D

Text Example


Text Example

White with #D6CA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA9D; }

 p { color: rgb(214,202,157); }

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

background-color css

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

 a { background-color: rgb(214,202,157); }

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

border-color css

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

 span { border-color: rgb(214,202,157); }

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