Html Css Color HEX #D6C293 Tahuna Sands

📋 copy color: '#D6C293'

red 214 ◦ green 194 ◦ blue 147

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

Shades of Tahuna Sands #D6C293

Tints of Tahuna Sands #D6C293

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.95%

 BLUE value IS 147 (57.81% from 255) = 26.49%

R = 38.56%
G = 34.95%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D6C293 (or 0xD6C293) is known color: Tahuna Sands. HEX triplet: D6, C2 and 93. RGB value is (214,194,147). Sum of RGB (Red+Green+Blue) = 214+194+147=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C293 is #293D6C. Grayscale: #C2C2C2. Windows color (decimal): -2702701 or 9683670. OLE color: 9683670.

HSL color Cylindrical-coordinate representation of color #D6C293: hue angle of 42.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6C293 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 147 -
CMYK 0 0.09 0.31 0.16
HSL 42.09º 0.45% 0.71% -
HSV(B) 42.09º 0.31% 0.84% -
XYZ 52.29 54.99 35.46 -
YUV 194.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 214 194 147 0 0.09 0.31 0.16 42.09 0.45 0.71
Hex D6 C2 93 0 9 1F 10 2A 2D 47
Octal 326 302 223 0 11 37 20 52 55 107
Binary 11010110 11000010 10010011 0 1001 11111 10000 101010 101101 1000111

Color Harmonies of #D6C293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C293

Black with #D6C293

Text Example


Text Example

White with #D6C293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C293; }

 p { color: rgb(214,194,147); }

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

background-color css

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

 a { background-color: rgb(214,194,147); }

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

border-color css

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

 span { border-color: rgb(214,194,147); }

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