Html Css Color HEX #D6BA68 Tacha

📋 copy color: '#D6BA68'

red 214 ◦ green 186 ◦ blue 104

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

Shades of Tacha #D6BA68

Tints of Tacha #D6BA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.9%

 BLUE value IS 104 (41.02% from 255) = 20.63%

R = 42.46%
G = 36.9%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6BA68 (or 0xD6BA68) is known color: Tacha. HEX triplet: D6, BA and 68. RGB value is (214,186,104). Sum of RGB (Red+Green+Blue) = 214+186+104=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA68 is #294597. Grayscale: #B9B9B9. Windows color (decimal): -2704792 or 6863574. OLE color: 6863574.

HSL color Cylindrical-coordinate representation of color #D6BA68: hue angle of 44.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6BA68 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 104 -
CMYK 0 0.13 0.51 0.16
HSL 44.73º 0.57% 0.62% -
HSV(B) 44.73º 0.51% 0.84% -
XYZ 47.79 50.41 20.31 -
YUV 185.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 214 186 104 0 0.13 0.51 0.16 44.73 0.57 0.62
Hex D6 BA 68 0 D 33 10 2D 39 3E
Octal 326 272 150 0 15 63 20 55 71 76
Binary 11010110 10111010 1101000 0 1101 110011 10000 101101 111001 111110

Color Harmonies of #D6BA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA68

Black with #D6BA68

Text Example


Text Example

White with #D6BA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA68; }

 p { color: rgb(214,186,104); }

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

background-color css

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

 a { background-color: rgb(214,186,104); }

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

border-color css

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

 span { border-color: rgb(214,186,104); }

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