Html Css Color HEX #D6C292 Tahuna Sands

📋 copy color: '#D6C292'

red 214 ◦ green 194 ◦ blue 146

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

Shades of Tahuna Sands #D6C292

Tints of Tahuna Sands #D6C292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.35%

R = 38.63%
G = 35.02%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D6C292 (or 0xD6C292) is known color: Tahuna Sands. HEX triplet: D6, C2 and 92. RGB value is (214,194,146). Sum of RGB (Red+Green+Blue) = 214+194+146=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C292 is #293D6D. Grayscale: #C2C2C2. Windows color (decimal): -2702702 or 9618134. OLE color: 9618134.

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

Color convert

RGB 214 194 146 -
CMYK 0 0.09 0.32 0.16
HSL 42.35º 0.45% 0.71% -
HSV(B) 42.35º 0.32% 0.84% -
XYZ 52.21 54.96 35.05 -
YUV 194.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 214 194 146 0 0.09 0.32 0.16 42.35 0.45 0.71
Hex D6 C2 92 0 9 20 10 2A 2D 47
Octal 326 302 222 0 11 40 20 52 55 107
Binary 11010110 11000010 10010010 0 1001 100000 10000 101010 101101 1000111

Color Harmonies of #D6C292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C292

Black with #D6C292

Text Example


Text Example

White with #D6C292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C292; }

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

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

background-color css

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

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

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

border-color css

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

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

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