Html Css Color HEX #D6C992 Tahuna Sands

📋 copy color: '#D6C992'

red 214 ◦ green 201 ◦ blue 146

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

Shades of Tahuna Sands #D6C992

Tints of Tahuna Sands #D6C992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.83%

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

R = 38.15%
G = 35.83%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D6C992 (or 0xD6C992) is known color: Tahuna Sands. HEX triplet: D6, C9 and 92. RGB value is (214,201,146). Sum of RGB (Red+Green+Blue) = 214+201+146=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C992 is #29366D. Grayscale: #C6C6C6. Windows color (decimal): -2700910 or 9619926. OLE color: 9619926.

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

Color convert

RGB 214 201 146 -
CMYK 0 0.06 0.32 0.16
HSL 48.53º 0.45% 0.71% -
HSV(B) 48.53º 0.32% 0.84% -
XYZ 53.81 58.14 35.58 -
YUV 198.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 214 201 146 0 0.06 0.32 0.16 48.53 0.45 0.71
Hex D6 C9 92 0 6 20 10 31 2D 47
Octal 326 311 222 0 6 40 20 61 55 107
Binary 11010110 11001001 10010010 0 110 100000 10000 110001 101101 1000111

Color Harmonies of #D6C992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C992

Black with #D6C992

Text Example


Text Example

White with #D6C992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C992; }

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

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

background-color css

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

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

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

border-color css

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

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

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