Html Css Color HEX #D6BA4E Tacha

📋 copy color: '#D6BA4E'

red 214 ◦ green 186 ◦ blue 78

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

Shades of Tacha #D6BA4E

Tints of Tacha #D6BA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.32%

R = 44.77%
G = 38.91%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6BA4E (or 0xD6BA4E) is known color: Tacha. HEX triplet: D6, BA and 4E. RGB value is (214,186,78). Sum of RGB (Red+Green+Blue) = 214+186+78=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA4E is #2945B1. Grayscale: #B6B6B6. Windows color (decimal): -2704818 or 5159638. OLE color: 5159638.

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

Color convert

RGB 214 186 78 -
CMYK 0 0.13 0.64 0.16
HSL 47.65º 0.62% 0.57% -
HSV(B) 47.65º 0.64% 0.84% -
XYZ 46.67 49.96 14.39 -
YUV 182.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 214 186 78 0 0.13 0.64 0.16 47.65 0.62 0.57
Hex D6 BA 4E 0 D 40 10 30 3E 39
Octal 326 272 116 0 15 100 20 60 76 71
Binary 11010110 10111010 1001110 0 1101 1000000 10000 110000 111110 111001

Color Harmonies of #D6BA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA4E

Black with #D6BA4E

Text Example


Text Example

White with #D6BA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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