Html Css Color HEX #D6C392 Tahuna Sands

📋 copy color: '#D6C392'

red 214 ◦ green 195 ◦ blue 146

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

Shades of Tahuna Sands #D6C392

Tints of Tahuna Sands #D6C392

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.14%

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

R = 38.56%
G = 35.14%
B = 26.31%

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

#D6C392 (or 0xD6C392) is known color: Tahuna Sands. HEX triplet: D6, C3 and 92. RGB value is (214,195,146). Sum of RGB (Red+Green+Blue) = 214+195+146=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C392 is #293C6D. Grayscale: #C3C3C3. Windows color (decimal): -2702446 or 9618390. OLE color: 9618390.

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

Color convert

RGB 214 195 146 -
CMYK 0 0.09 0.32 0.16
HSL 43.24º 0.45% 0.71% -
HSV(B) 43.24º 0.32% 0.84% -
XYZ 52.43 55.4 35.12 -
YUV 195.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 214 195 146 0 0.09 0.32 0.16 43.24 0.45 0.71
Hex D6 C3 92 0 9 20 10 2B 2D 47
Octal 326 303 222 0 11 40 20 53 55 107
Binary 11010110 11000011 10010010 0 1001 100000 10000 101011 101101 1000111

Color Harmonies of #D6C392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C392

Black with #D6C392

Text Example


Text Example

White with #D6C392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C392; }

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

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

background-color css

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

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

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

border-color css

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

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

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