Html Css Color HEX #D6C68F Tahuna Sands

📋 copy color: '#D6C68F'

red 214 ◦ green 198 ◦ blue 143

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

Shades of Tahuna Sands #D6C68F

Tints of Tahuna Sands #D6C68F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.68%

 BLUE value IS 143 (56.25% from 255) = 25.77%

R = 38.56%
G = 35.68%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6C68F (or 0xD6C68F) is known color: Tahuna Sands. HEX triplet: D6, C6 and 8F. RGB value is (214,198,143). Sum of RGB (Red+Green+Blue) = 214+198+143=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C68F is #293970. Grayscale: #C4C4C4. Windows color (decimal): -2701681 or 9422550. OLE color: 9422550.

HSL color Cylindrical-coordinate representation of color #D6C68F: hue angle of 46.48º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6C68F is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 143 -
CMYK 0 0.07 0.33 0.16
HSL 46.48º 0.46% 0.7% -
HSV(B) 46.48º 0.33% 0.84% -
XYZ 52.88 56.67 34.14 -
YUV 196.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 214 198 143 0 0.07 0.33 0.16 46.48 0.46 0.7
Hex D6 C6 8F 0 7 21 10 2E 2E 46
Octal 326 306 217 0 7 41 20 56 56 106
Binary 11010110 11000110 10001111 0 111 100001 10000 101110 101110 1000110

Color Harmonies of #D6C68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C68F

Black with #D6C68F

Text Example


Text Example

White with #D6C68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C68F; }

 p { color: rgb(214,198,143); }

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

background-color css

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

 a { background-color: rgb(214,198,143); }

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

border-color css

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

 span { border-color: rgb(214,198,143); }

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